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

Packages that use IAnnotation
org.eclipse.jdt.core.util   
org.eclipse.jdt.internal.core.util   
 

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

Methods in org.eclipse.jdt.core.util that return IAnnotation
 IAnnotation[] IParameterAnnotation.getAnnotations()
          Answer back the annotations as described in the JVM specifications.
 IAnnotation[] IRuntimeInvisibleAnnotationsAttribute.getAnnotations()
          Answer back the annotations.
 IAnnotation[] IRuntimeVisibleAnnotationsAttribute.getAnnotations()
          Answer back the annotations.
 IAnnotation IAnnotationComponentValue.getAnnotationValue()
          Returns the annotation value as described in the JVM specifications if the tag item is '@'.
 

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

Classes in org.eclipse.jdt.internal.core.util that implement IAnnotation
 class Annotation
          Default implementation of IAnnotation
 

Methods in org.eclipse.jdt.internal.core.util that return IAnnotation
 IAnnotation[] RuntimeInvisibleAnnotationsAttribute.getAnnotations()
           
 IAnnotation[] RuntimeVisibleAnnotationsAttribute.getAnnotations()
           
 IAnnotation[] ParameterAnnotation.getAnnotations()
           
 IAnnotation AnnotationComponentValue.getAnnotationValue()