Package gw.gosudoc.com.sun.javadoc
Interface AnnotationDesc.ElementValuePair
- All Known Implementing Classes:
AnnotationDescImpl.ElementValuePairImpl
- Enclosing interface:
- AnnotationDesc
Deprecated.
Represents an association between an annotation type element
and one of its values.
- Since:
- 1.5
-
Method Details
-
element
AnnotationTypeElementDoc element()Deprecated.Returns the annotation type element.- Returns:
- the annotation type element.
-
value
AnnotationValue value()Deprecated.Returns the value associated with the annotation type element.- Returns:
- the value associated with the annotation type element.
-
jdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.