-
- All Known Subinterfaces:
AnnotatorAccessor.AnnotatorProperty
public interface AnnotatorAccessor
Provides an accessor for a annotator character property being the character denoting (prefixing) an annotation's name.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AnnotatorAccessor.AnnotatorBuilder<B extends AnnotatorAccessor.AnnotatorBuilder<B>>
Provides a builder method for a annotator character property being the character denoting (prefixing) an annotation's name and returning the builder for applying multiple build operations.static interface
AnnotatorAccessor.AnnotatorMutator
Provides a mutator for a annotator character property.static interface
AnnotatorAccessor.AnnotatorProperty
Provides a annotator character property being the character denoting (prefixing) an annotation's name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char
getAnnotator()
Retrieves the annotator character from the annotator character property being the character denoting (prefixing) an annotation's name.
-