|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> [ declaration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.model.java.declaration
Interface AnnotationD

- All Superinterfaces:
- Declaration
- public interface AnnotationD
- extends Declaration
Mirrors an annotation (not to be confused with an annotation type).
| Nested Class Summary |
| Nested classes inherited from class javax.ide.model.java.declaration.Declaration |
Declaration.DeclarationKind |
| Method Summary | |
TypeD |
getAnnotationType()
Gets the annotation type of this annotation. |
java.util.Map |
getElements()
Gets the element-value pairs for this annotation. |
| Methods inherited from interface javax.ide.model.java.declaration.Declaration |
getDeclarationKind, getPosition, isSynthetic |
| Method Detail |
getAnnotationType
public TypeD getAnnotationType()
- Gets the annotation type of this annotation.
getElements
public java.util.Map getElements()
- Gets the element-value pairs for this annotation.
|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> [ declaration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC