Uses of Interface
javax.lang.model.element.AnnotationValueVisitor
-
Packages that use AnnotationValueVisitor 软件包 描述 javax.lang.model.element 用于建模Java编程语言元素的接口。javax.lang.model.util 公用事业协助处理 program elements和 types 。 -
-
Uses of AnnotationValueVisitor in javax.lang.model.element
Methods in javax.lang.model.element with parameters of type AnnotationValueVisitor 变量和类型 方法 描述 <R,P>
RAnnotationValue. accept(AnnotationValueVisitor<R,P> v, P p)将访问者应用于此值。 -
Uses of AnnotationValueVisitor in javax.lang.model.util
Classes in javax.lang.model.util that implement AnnotationValueVisitor 变量和类型 类 描述 classAbstractAnnotationValueVisitor6<R,P>注释值的骨架访问者,其默认行为适用于RELEASE_6源版本。classAbstractAnnotationValueVisitor7<R,P>注释值的骨架访问者,其默认行为适用于RELEASE_7源版本。classAbstractAnnotationValueVisitor8<R,P>注释值的骨架访问者,其默认行为适用于RELEASE_8源版本。classAbstractAnnotationValueVisitor9<R,P>注释值的骨架访问者,其默认行为适用于源版本RELEASE_9到RELEASE_11。classSimpleAnnotationValueVisitor6<R,P>注释值的简单访问者,其默认行为适用于RELEASE_6源版本。classSimpleAnnotationValueVisitor7<R,P>注释值的简单访问者,其默认行为适用于RELEASE_7源版本。classSimpleAnnotationValueVisitor8<R,P>注释值的简单访问者,其默认行为适用于RELEASE_8源版本。classSimpleAnnotationValueVisitor9<R,P>注释值的简单访问者,其默认行为适用于源版本RELEASE_9至RELEASE_11。
-