Annotation Type AllowsManualAnnotations


  • @Documented
    @Target(TYPE)
    @Retention(RUNTIME)
    public @interface AllowsManualAnnotations
    Annotation for Annotator subclasses that allow for the presence of pre-existing manual annotations when adding new automatic annotations.
    Author:
    Robert Fromont robert@fromont.net.nz