Uses of Interface
org.eclipse.jpt.core.utility.jdt.AnnotationEditFormatter

Packages that use AnnotationEditFormatter
org.eclipse.jpt.core   
org.eclipse.jpt.core.resource.java   
 

Uses of AnnotationEditFormatter in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return AnnotationEditFormatter
 AnnotationEditFormatter JpaPlatform.getAnnotationEditFormatter()
          Return a formatter that can clean up the Java annotations added to source code.
 

Uses of AnnotationEditFormatter in org.eclipse.jpt.core.resource.java
 

Methods in org.eclipse.jpt.core.resource.java that return AnnotationEditFormatter
 AnnotationEditFormatter JavaResourceCompilationUnit.getAnnotationEditFormatter()
          Return the JPA project's annotation formatter.