public interface AnnotationDesc
Modifier and Type | Interface and Description |
---|---|
static interface |
AnnotationDesc.ElementValuePair
Represents an association between an annotation type element
and one of its values.
|
Modifier and Type | Method and Description |
---|---|
AnnotationTypeDoc |
annotationType()
Returns the annotation type of this annotation.
|
AnnotationDesc.ElementValuePair[] |
elementValues()
Returns this annotation's elements and their values.
|
boolean |
isSynthesized()
Check for the synthesized bit on the annotation.
|
AnnotationTypeDoc annotationType()
AnnotationDesc.ElementValuePair[] elementValues()
boolean isSynthesized()