AnnotationValuepublic interface AnnotationValue Represents a value of an annotation type element. |
Methods Summary |
---|
public java.lang.String | toString()Returns a string representation of the value.
| public java.lang.Object | value()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[]
|
|