Package Summary  Overview Summary

class:AbstractAnnotationValueVisitor8 [NONE]

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:

constructor:AbstractAnnotationValueVisitor8() [NONE]

  • AbstractAnnotationValueVisitor8

    protected AbstractAnnotationValueVisitor8()
    Constructor for concrete subclasses to call.

© 2023 Oracle Corporation and/or its affiliates