Uses of Interface
org.eclipse.jdt.core.IAnnotation

Packages that use IAnnotation
org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. 
org.eclipse.jdt.internal.codeassist.impl   
org.eclipse.jdt.internal.core   
 

Uses of IAnnotation in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core that return IAnnotation
 IAnnotation IAnnotatable.getAnnotation(java.lang.String name)
          Returns the annotation with the given name declared on this element.
 IAnnotation[] IAnnotatable.getAnnotations()
          Returns the annotations for this element.
 

Uses of IAnnotation in org.eclipse.jdt.internal.codeassist.impl
 

Classes in org.eclipse.jdt.internal.codeassist.impl that implement IAnnotation
 class AssistAnnotation
           
 

Methods in org.eclipse.jdt.internal.codeassist.impl that return IAnnotation
 IAnnotation AssistSourceType.getAnnotation(java.lang.String annotationName)
           
 IAnnotation AssistSourceMethod.getAnnotation(java.lang.String annotationName)
           
 IAnnotation AssistSourceField.getAnnotation(java.lang.String annotationName)
           
 IAnnotation AssistPackageDeclaration.getAnnotation(java.lang.String name)
           
 

Uses of IAnnotation in org.eclipse.jdt.internal.core
 

Classes in org.eclipse.jdt.internal.core that implement IAnnotation
 class Annotation
           
 

Fields in org.eclipse.jdt.internal.core declared as IAnnotation
 IAnnotation[] LocalVariable.annotations
           
static IAnnotation[] Annotation.NO_ANNOTATIONS
           
 

Methods in org.eclipse.jdt.internal.core that return IAnnotation
 IAnnotation LocalVariable.getAnnotation(java.lang.String annotationName)
           
 IAnnotation SourceRefElement.getAnnotation(java.lang.String name)
           
 IAnnotation[] SourceType.getAnnotations()
           
 IAnnotation[] LocalVariable.getAnnotations()
           
 IAnnotation[] BinaryType.getAnnotations()
           
 IAnnotation[] SourceRefElement.getAnnotations()