Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch.IProcessorProvider
Packages that use IProcessorProvider
-
Uses of IProcessorProvider in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch that implement IProcessorProviderModifier and TypeClassDescriptionclassThis class is the central dispatch point for Java 6 annotation processing.classJava 6 annotation processor manager used when compiling from the command line or via the javax.tools.JavaCompiler interface.Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch with parameters of type IProcessorProviderModifierConstructorDescriptionRoundDispatcher(IProcessorProvider provider, RoundEnvironment env, Set<TypeElement> rootAnnotations, PrintWriter traceProcessorInfo, PrintWriter traceRounds)