Interface AnnotatorAccessor.AnnotatorBuilder<B extends AnnotatorAccessor.AnnotatorBuilder<B>>

  • Type Parameters:
    B - The builder to return in order to be able to apply multiple build operations.
    Enclosing interface:
    AnnotatorAccessor


    public 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.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      B withAnnotator​(char aAnnotator)
      Sets the annotator character for the annotator character property being the character denoting (prefixing) an annotation's name.
    • Method Detail

      • withAnnotator

        B withAnnotator​(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.
        Returns:
        The builder for applying multiple build operations.