Top Description Constructors
javax.lang.model.util

public abstract Class AbstractAnnotationValueVisitor8<R, P>

extends AbstractAnnotationValueVisitor7<R, P>
Class Inheritance
Known Direct Subclasses
javax.lang.model.util.AbstractAnnotationValueVisitor9
Annotations
@SupportedSourceVersion:RELEASE_8
Type Parameters
<R>
the return type of this visitor's methods
<P>
the type of the additional parameter to this visitor's methods.
Static Imports
javax.lang.model.SourceVersion.*

A skeletal visitor for annotation values with default behavior appropriate for the RELEASE_8 source version.
Since
1.8
See Also
<strong>Compatibility note for subclasses</strong>, AbstractAnnotationValueVisitor6, AbstractAnnotationValueVisitor7, AbstractAnnotationValueVisitor9, AbstractAnnotationValueVisitor14

Constructor Summary

AccessConstructor and Description
protected
AbstractAnnotationValueVisitor8()

Constructor for concrete subclasses to call.

Constructor Detail

AbstractAnnotationValueVisitor8back to summary
protected AbstractAnnotationValueVisitor8()

Constructor for concrete subclasses to call.

Annotations
@SuppressWarnings:deprecation