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 - 访问者的附加参数