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

Quick Search    Search Deep

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

All Superinterfaces:
Declaration
All Known Subinterfaces:
ClassD, ConstructorD, ExecutableD, FieldD, MethodD, PackageD, ParameterD

public interface HasAnnotationsD
extends Declaration

Common supertype for Mirror elements that may have annotations.


Nested Class Summary
 
Nested classes inherited from class javax.ide.model.java.declaration.Declaration
Declaration.DeclarationKind
 
Method Summary
 java.util.Collection getAnnotations()
          Gets the annotations on this element.
 
Methods inherited from interface javax.ide.model.java.declaration.Declaration
getDeclarationKind, getPosition, isSynthetic
 

Method Detail

getAnnotations

public java.util.Collection getAnnotations()
Gets the annotations on this element.