Interface AnnotatorAccessor.AnnotatorMutator

All Known Subinterfaces:
AnnotatorAccessor.AnnotatorProperty
Enclosing interface:
AnnotatorAccessor

public static interface AnnotatorAccessor.AnnotatorMutator
Provides a mutator for a annotator character property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setAnnotator(char aAnnotator)
    Sets the annotator character for the annotator character property being the character denoting (prefixing) an annotation's name.
  • Method Details

    • setAnnotator

      void setAnnotator(char aAnnotator)
      Sets the annotator character for the annotator character property being the character denoting (prefixing) an annotation's name.
      Parameters:
      aAnnotator - The annotator character to be stored by the annotator character property.