Uses of Class
org.eclipse.jdt.internal.core.Annotation

Packages that use Annotation
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.codeassist.impl   
org.eclipse.jdt.internal.core   
 

Uses of Annotation in org.eclipse.jdt.internal.codeassist
 

Methods in org.eclipse.jdt.internal.codeassist that return Annotation
protected  Annotation CompletionUnitStructureRequestor.createAnnotation(JavaElement parent, java.lang.String name)
           
 

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

Subclasses of Annotation in org.eclipse.jdt.internal.codeassist.impl
 class AssistAnnotation
           
 

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

Methods in org.eclipse.jdt.internal.core that return Annotation
protected  Annotation CompilationUnitStructureRequestor.createAnnotation(JavaElement parent, java.lang.String name)