Class AbstractAnnotationValueVisitor9<R,P>

Type Parameters:
R - the return type of this visitor's methods
P - the type of the additional parameter to this visitor's methods.
All Implemented Interfaces:
AnnotationValueVisitor<R,P>
Direct Known Subclasses:
AbstractAnnotationValueVisitor14

@SupportedSourceVersion(RELEASE_14) public abstract class AbstractAnnotationValueVisitor9<R,P> extends AbstractAnnotationValueVisitor8<R,P>
A skeletal visitor for annotation values with default behavior appropriate for source versions RELEASE_9 through RELEASE_14.
Since:
9
See Also:
  • Constructor Details

    • AbstractAnnotationValueVisitor9

      protected AbstractAnnotationValueVisitor9()
      Constructor for concrete subclasses to call.