- All Implemented Interfaces:
- org.apache.uima.analysis_component.AnalysisComponent
@PipeBitInfo(name="Null Annotator",
description="Does absolutely nothing.",
role=SPECIAL)
public class NullAnnotator
extends org.apache.uima.analysis_component.JCasAnnotator_ImplBase
This annotator does nothing. The process method is overridden but is empty.
None of the other methods are overriden. This annotator may be useful if
you are using the CPE GUI and you are required to specify an analysis engine
but you don't actually want to specify one.
- Author:
- Mayo Clinic