Top Description Fields Constructors Methods
javax.lang.model.util

public Class SimpleAnnotationValueVisitor7<R, P>

extends SimpleAnnotationValueVisitor6<R, P>
Class Inheritance
Known Direct Subclasses
javax.lang.model.util.SimpleAnnotationValueVisitor8
Annotations
@SupportedSourceVersion:RELEASE_7
Type Parameters
<R>
the return type of this visitor's methods
<P>
the type of the additional parameter to this visitor's methods.
Imports
javax.annotation.processing.SupportedSourceVersion, javax.lang.model.SourceVersion

A simple visitor for annotation values with default behavior appropriate for the RELEASE_7 source version. Visit methods call defaultAction passing their arguments to defaultAction's corresponding parameters.

API Note

Methods in this class may be overridden subject to their general contract.

Since
1.7
See Also
<strong>Compatibility note for subclasses</strong>, SimpleAnnotationValueVisitor6, SimpleAnnotationValueVisitor8, SimpleAnnotationValueVisitor9, SimpleAnnotationValueVisitor14

Field Summary

Inherited from javax.lang.model.util.SimpleAnnotationValueVisitor6:
DEFAULT_VALUE

Constructor Summary

AccessConstructor and Description
protected
SimpleAnnotationValueVisitor7()
Deprecated since 12. Release 7 is obsolete; update to a visitor for a newer release level.

Constructor for concrete subclasses; uses null for the default value.

protected
SimpleAnnotationValueVisitor7(R
the value to assign to DEFAULT_VALUE
defaultValue
)
Deprecated since 12. Release 7 is obsolete; update to a visitor for a newer release level.

Constructor for concrete subclasses; uses the argument for the default value.

Method Summary

Inherited from javax.lang.model.util.SimpleAnnotationValueVisitor6:
defaultActionvisitAnnotationvisitArrayvisitBooleanvisitBytevisitCharvisitDoublevisitEnumConstantvisitFloatvisitIntvisitLongvisitShortvisitStringvisitType

Constructor Detail

SimpleAnnotationValueVisitor7back to summary
protected SimpleAnnotationValueVisitor7()

Deprecated

since 12.

Release 7 is obsolete; update to a visitor for a newer release level.

Constructor for concrete subclasses; uses null for the default value.

Annotations
@Deprecated
since:12
SimpleAnnotationValueVisitor7back to summary
protected SimpleAnnotationValueVisitor7(R defaultValue)

Deprecated

since 12.

Release 7 is obsolete; update to a visitor for a newer release level.

Constructor for concrete subclasses; uses the argument for the default value.

Parameters
defaultValue:R

the value to assign to DEFAULT_VALUE

Annotations
@Deprecated
since:12