Java 6 Annotation Processor Manager

org.eclipse.jdt.core.annotationProcessorManager

3.3

This extension point gives the JDT access to a Java 6 annotation processor manager on platforms where that is available. At most one Java 6 annotation processor manager extension can be registered. Java 5 annotation processors are handled separately, using the org.eclipse.jdt.core.compilationParticipants extension point.

<!ELEMENT extension (annotationProcessorManager)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT annotationProcessorManager EMPTY>

<!ATTLIST annotationProcessorManager

class CDATA #REQUIRED

id    CDATA #REQUIRED>

The Java 6 annotation processor is responsible for dispatching Java 6 annotation processors in the context of IDE builds and reconciles. There is at most one Java 6 annotation processor manager system-wide.



org.eclipse.jdt.compiler.apt