public interface AnnotationMirror
Annotations should be compared using the equals method. There is no guarantee that any particular annotation will always be represented by the same object.
| Modifier and Type | Method and Description |
|---|---|
DeclaredType |
getAnnotationType()
Returns the type of this annotation.
|
Map |
getElementValues()
Returns the values of this annotation's elements.
|
DeclaredTypegetAnnotationType()
Map<? extends ExecutableElement ,? extends AnnotationValue > getElementValues()
Note that an annotation mirror of a marker annotation type will by definition have an empty map.
To fill in default values, use getElementValuesWithDefaults.