|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnotationMirror
Represents an annotation. An annotation associates a value with each element of an annotation type.
Annotations should be compared using the equals
method. There is no guarantee that any particular annotation will
always be represented by the same object.
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
.
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.