Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.java.declaration
Interface AnnotationD  view AnnotationD download AnnotationD.java

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.