public interface AnnotationValue
Integer
)为原始类型String
TypeMirror
VariableElement
(代表一个枚举常量)AnnotationMirror
List<? extends AnnotationValue>
(代表元素,在宣布的订单,如果值是一个数组)Object getValue()
String toString()
<R,P> R accept(AnnotationValueVisitor<R,P> v, P p)
R
-访问者的方法的返回类型
P
到访问者的方法的附加参数的类型
v
-访客在此值操作
p
-客人额外的参数
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.