org.apache.uima.analysis_engine.annotator
Class GenericAnnotator_ImplBase
java.lang.Object
org.apache.uima.analysis_engine.annotator.Annotator_ImplBase
org.apache.uima.analysis_engine.annotator.GenericAnnotator_ImplBase
- All Implemented Interfaces:
- BaseAnnotator, GenericAnnotator
public abstract class GenericAnnotator_ImplBase
- extends Annotator_ImplBase
- implements GenericAnnotator
Base interface for annotators in UIMA SDK v1.x. As of v2.0, annotators should extend
CasAnnotator_ImplBase
or
JCasAnnotator_ImplBase
.
GenericAnnotator_ImplBase
public GenericAnnotator_ImplBase()
Copyright © 2007 The Apache Software Foundation. All Rights Reserved.