public interface AnnotationDesc
Modifier and Type | Interface | Description |
---|---|---|
static interface |
AnnotationDesc.ElementValuePair |
Represents an association between an annotation type element
and one of its values.
|
Modifier and Type | Method | 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()
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2025, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.