| Name | Description | Type | Package | Framework |
| Annotator_ImplBase | Base class for annotators in UIMA SDK v1. | Class | org.apache.uima.analysis_engine.annotator | Apache Uima |
| AnnotatorConfigurationException | An AnnotatorConfigurationException is thrown by an annotator if the settings of its configuration parameters are invalid. | Class | org.apache.uima.analysis_engine.annotator | Apache Uima |
| AnnotatorContext | This interface is maintained only for backwards compatibility with annotators developed in UIMA SDK v1. | Interface | org.apache.uima.analysis_engine.annotator | Apache Uima |
| AnnotatorContextException | An AnnotatorContextException is thrown by an AnnotatorContext if it cannot complete the invoked operation due to a failure in the underlying implementation. | Class | org.apache.uima.analysis_engine.annotator | Apache Uima |
| AnnotatorInitializationException | An AnnotatorInitializationException may be thrown by an annotator's initialize method, indicating that the annotator failed to successfully initialize itself. | Class | org.apache.uima.analysis_engine.annotator | Apache Uima |
| AnnotatorProcessException | An AnnotatorProcessException may be thrown by an annotator's process method, indicating that a failure occurred during processing. | Class | org.apache.uima.analysis_engine.annotator | Apache Uima |
| BaseAnnotator | Base interface for annotators in UIMA SDK v1. | Interface | org.apache.uima.analysis_engine.annotator | Apache Uima |
| GenericAnnotator | Interface implemented for multiple-sofa annotators in UIMA SDK v1. | Interface | org.apache.uima.analysis_engine.annotator | Apache Uima |
| GenericAnnotator_ImplBase | Base interface for annotators in UIMA SDK v1. | Class | org.apache.uima.analysis_engine.annotator | Apache Uima |
| JTextAnnotator | Interface for JCAS annotators in UIMA SDK v1. | Interface | org.apache.uima.analysis_engine.annotator | Apache Uima |
| JTextAnnotator_ImplBase | Base class for JCAS annotators in UIMA SDK v1. | Class | org.apache.uima.analysis_engine.annotator | Apache Uima |
| TextAnnotator | Base class for text annotators in UIMA SDK v1. | Interface | org.apache.uima.analysis_engine.annotator | Apache Uima |