Class AbstractAnnotationValueVisitor8<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:
AbstractAnnotationValueVisitor9

@SupportedSourceVersion(RELEASE_8)
public abstract class AbstractAnnotationValueVisitor8<R,​P>
extends AbstractAnnotationValueVisitor7<R,​P>
A skeletal visitor for annotation values with default behavior appropriate for the RELEASE_8 source version.
Since:
1.8
See Also:
Compatibility note for subclasses, AbstractAnnotationValueVisitor6, AbstractAnnotationValueVisitor7, AbstractAnnotationValueVisitor9, AbstractAnnotationValueVisitor14
  • Constructor Details

    • AbstractAnnotationValueVisitor8

      protected AbstractAnnotationValueVisitor8()
      Constructor for concrete subclasses to call.