public interface AnnotationValue
表示注解元素的值。值是以下类型之一:
- 原始类型的包装类(例如
Integer) StringTypeMirrorVariableElement(代表枚举常量)AnnotationMirrorList<? extends AnnotationValue>(表示元素,按声明的顺序,如果值为数组)
- 自从:
- 1.6
-
方法总结