-
- Enclosing interface:
- AnnotationDesc
@Deprecated(since="9", forRemoval=true) public static interface AnnotationDesc.ElementValuePair
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
-
-
方法摘要
所有方法 实例方法 抽象方法 弃用的方法 变量和类型 方法 描述 AnnotationTypeElementDoc
element()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回注释类型元素。AnnotationValue
value()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回与注释类型元素关联的值。
-
-
-
方法详细信息
-
element
AnnotationTypeElementDoc element()
Deprecated, for removal: This API element is subject to removal in a future version.返回注释类型元素。- 结果
- 注释类型元素。
-
value
AnnotationValue value()
Deprecated, for removal: This API element is subject to removal in a future version.返回与注释类型元素关联的值。- 结果
- 与注释类型元素关联的值。
-
-