Top Description Constructors
javax.lang.model.util

public Class SimpleAnnotationValueVisitorPreview<R, P>

extends SimpleAnnotationValueVisitor14<R, P>
Class Inheritance
Annotations
@SupportedSourceVersion:RELEASE_23
@PreviewFeature
feature:LANGUAGE_MODEL
reflective:true
Type Parameters
<R>
the return type of this visitor's methods
<P>
the type of the additional parameter to this visitor's methods.
Imports
jdk.internal.javac.PreviewFeature, javax.annotation.processing.SupportedSourceVersion, .ProcessingEnvironment, javax.lang.model.SourceVersion

Preview

Language Model preview API.

SimpleAnnotationValueVisitorPreview is a reflective preview API of the Java platform.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.

A simple visitor for annotation values with default behavior appropriate for a preview 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
23
See Also
<strong>Expected visitor evolution</strong>, <strong>Compatibility note for subclasses</strong>, SimpleAnnotationValueVisitor6, SimpleAnnotationValueVisitor7, SimpleAnnotationValueVisitor8, SimpleAnnotationValueVisitor9, SimpleAnnotationValueVisitor14

Constructor Summary

AccessConstructor and Description
protected
SimpleAnnotationValueVisitorPreview()

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

protected
SimpleAnnotationValueVisitorPreview(R
the value to assign to DEFAULT_VALUE
defaultValue
)

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

Constructor Detail

SimpleAnnotationValueVisitorPreviewback to summary
protected SimpleAnnotationValueVisitorPreview()

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

SimpleAnnotationValueVisitorPreviewback to summary
protected SimpleAnnotationValueVisitorPreview(R defaultValue)

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

Parameters
defaultValue:R

the value to assign to DEFAULT_VALUE