Uses of Interface
org.eclipse.jpt.core.resource.java.AnnotationDefinition

Packages that use AnnotationDefinition
org.eclipse.jpt.core   
 

Uses of AnnotationDefinition in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return types with arguments of type AnnotationDefinition
 java.util.ListIterator<AnnotationDefinition> JpaAnnotationDefinitionProvider.attributeMappingAnnotationDefinitions()
          Return a ListIterator of mapping annotation definitions which can be placed on an attribute
 java.util.ListIterator<AnnotationDefinition> JpaAnnotationDefinitionProvider.attributeSupportingAnnotationDefinitions()
          Return a ListIterator of supporting annotation definitions which can be placed on a attribute.
 java.util.ListIterator<AnnotationDefinition> JpaAnnotationDefinitionProvider.typeMappingAnnotationDefinitions()
          Return a ListIterator of mapping annotation definitions which can be placed on a type
 java.util.ListIterator<AnnotationDefinition> JpaAnnotationDefinitionProvider.typeSupportingAnnotationDefinitions()
          Return a ListIterator of supporting annotation definitions which can be placed on a type.