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.