Uses of Interface
javax.lang.model.element.AnnotationValueVisitor
Packages that use AnnotationValueVisitor
包
Description
Interfaces used to model elements of the Java programming language.
Utilities to assist in the processing of
program elements and
types.
-
Uses of AnnotationValueVisitor in javax.lang.model.element
Methods in javax.lang.model.element with parameters of type AnnotationValueVisitor修饰符和类方法Description<R,P> R AnnotationValue.accept(AnnotationValueVisitor<R, P> v, P p) Applies a visitor to this value. -
Uses of AnnotationValueVisitor in javax.lang.model.util
Classes in javax.lang.model.util that implement AnnotationValueVisitor修饰符和类ClassDescriptionclassA skeletal visitor for annotation values with default behavior appropriate for source versionRELEASE_14.classA skeletal visitor for annotation values with default behavior appropriate for theRELEASE_6source version.classA skeletal visitor for annotation values with default behavior appropriate for theRELEASE_7source version.classA skeletal visitor for annotation values with default behavior appropriate for theRELEASE_8source version.classA skeletal visitor for annotation values with default behavior appropriate for source versionsRELEASE_9throughRELEASE_14.classA simple visitor for annotation values with default behavior appropriate for source versionRELEASE_14.classA simple visitor for annotation values with default behavior appropriate for theRELEASE_6source version.classA simple visitor for annotation values with default behavior appropriate for theRELEASE_7source version.classA simple visitor for annotation values with default behavior appropriate for theRELEASE_8source version.classA simple visitor for annotation values with default behavior appropriate for source versionsRELEASE_9throughRELEASE_14.