Uses of Interface
org.eclipse.jpt.common.core.utility.jdt.Attribute

Packages that use Attribute
org.eclipse.jpt.common.core.utility.jdt   
org.eclipse.jpt.jpa.core   
 

Uses of Attribute in org.eclipse.jpt.common.core.utility.jdt
 

Subinterfaces of Attribute in org.eclipse.jpt.common.core.utility.jdt
 interface FieldAttribute
          Field attribute: just some covariant overrides.
 interface MethodAttribute
          Method attribute: just some covariant overrides.
 

Uses of Attribute in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core with parameters of type Attribute
 Annotation JpaAnnotationProvider.buildAttributeAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build an attribute annotation with the specified name.