Package gw.gosudoc.com.sun.javadoc
Interface AnnotationValue
- All Known Implementing Classes:
AnnotationValueImpl
Deprecated.
Represents a value of an annotation type element.
- Since:
- 1.5
-
Method Summary
-
Method Details
-
value
Object value()Deprecated.Returns the value. The type of the returned object is one of the following:- a wrapper class for a primitive type
-
String
-
Type
(representing a class literal) -
FieldDoc
(representing an enum constant) -
AnnotationDesc
-
AnnotationValue[]
- Returns:
- the value.
-
toString
String toString()Deprecated.Returns a string representation of the value.
-
jdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.