-
@Deprecated(since="9", forRemoval=true) public interface AnnotationValue
Deprecated, for removal: This API element is subject to removal in a future version.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.表示注释类型元素的值。- 从以下版本开始:
- 1.5
-
-
方法详细信息
-
value
Object value()
Deprecated, for removal: This API element is subject to removal in a future version.返回值。 返回的对象的类型是以下之一:- 原始类型的包装类
-
String
-
Type
(代表一个类文字) -
FieldDoc
(表示枚举常量) -
AnnotationDesc
-
AnnotationValue[]
- 结果
- 价值。
-
-