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

Packages that use DeclarationAnnotationAdapter
org.eclipse.jpt.common.core.utility.jdt   
org.eclipse.jpt.jpa.core.resource.java   
 

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

Subinterfaces of DeclarationAnnotationAdapter in org.eclipse.jpt.common.core.utility.jdt
 interface IndexedDeclarationAnnotationAdapter
          Allow clients to manipulate an annotation within an array of annotations.
 

Uses of DeclarationAnnotationAdapter in org.eclipse.jpt.jpa.core.resource.java
 

Methods in org.eclipse.jpt.jpa.core.resource.java with parameters of type DeclarationAnnotationAdapter
 void NestableAnnotation.convertToNested(ContainerAnnotation<? extends NestableAnnotation> containerAnnotation, DeclarationAnnotationAdapter containerAnnotationAdapter, int index)
          Convert the annotation from "stand-alone" to "nested" within the "container" annotation adapted by the specified adapter at the specified index.