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<? extends ExecutableElement,? extends AnnotationValue> |
getElementValues()
Returns the values of this annotation's elements.
|
DeclaredType getAnnotationType()
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
.
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.