|
Préférences
Moteurs de recherche
|
|||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.lang.model.element
|
Method Summary | |
---|---|
DeclaredType |
getAnnotationType()
Returns the type of this annotation. |
Map<? extends ExecutableElement,? extends AnnotationValue> |
getElementValues()
Returns the values of this annotation's elements. |
Method Detail |
---|
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
.