Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
[CLEREZZA-695] - ESF should be a Service
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/clerezza/trunk@1426332 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
tteofili committed Dec 27, 2012
1 parent 240ae01 commit b13c0a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/
package org.apache.clerezza.uima.utils;

import org.apache.felix.scr.annotations.Service;
import org.apache.uima.UIMAException;
import org.apache.uima.alchemy.ts.categorization.Category;
import org.apache.uima.alchemy.ts.concept.ConceptFS;
Expand All @@ -36,6 +37,7 @@
/**
* Facade for querying UIMA external services
*/
@Service(value = UIMAServicesFacade.class)
public class ExternalServicesFacade implements UIMAServicesFacade {

private final UIMAExecutor uimaExecutor;
Expand Down

0 comments on commit b13c0a2

Please sign in to comment.