Interface AnnotatorAccessor

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 
    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 
    Provides a mutator for a annotator character property.
    static interface 
    Provides a annotator character property being the character denoting (prefixing) an annotation's name.
  • Method Summary

    Modifier and Type
    Method
    Description
    char
    Retrieves the annotator character from the annotator character property being the character denoting (prefixing) an annotation's name.
  • Method Details

    • getAnnotator

      char getAnnotator()
      Retrieves the annotator character from the annotator character property being the character denoting (prefixing) an annotation's name.
      Returns:
      The annotator character stored by the annotator character property.