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.Iterator<AnnotationDefinition> JpaAnnotationDefinitionProvider.attributeAnnotationDefinitions()
          Return all annotation definitions which can appear on an attribute
 java.util.Iterator<AnnotationDefinition> JpaAnnotationDefinitionProvider.typeAnnotationDefinitions()
          Return all annotation definitions which can appear on a type
 java.util.Iterator<AnnotationDefinition> JpaAnnotationDefinitionProvider.typeMappingAnnotationDefinitions()
          Return all annotation definitions which can appear on a type and are used to determine whether and how the type is persisted (how it is "mapped").