Class Annotator_ImplBase

java.lang.Object
org.apache.uima.analysis_engine.annotator.Annotator_ImplBase
All Implemented Interfaces:
BaseAnnotator
Direct Known Subclasses:
GenericAnnotator_ImplBase, JTextAnnotator_ImplBase

@Deprecated public abstract class Annotator_ImplBase extends Object implements BaseAnnotator
Deprecated.
As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead
Base class for annotators in UIMA SDK v1.x. As of v2.0, annotators should extend CasAnnotator_ImplBase or JCasAnnotator_ImplBase.