schema.annotationProcessorManager.exsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.jdt.core Show documentation
Show all versions of org.eclipse.jdt.core Show documentation
Eclipse JDT project contributes a set of plug-ins that add the capabilities of a full-featured Java IDE to the Eclipse platform. The JDT plugins provide APIs so that they can themselves be further extended by other tool builders. JDT Core defines the non-UI infrastructure.
The newest version!
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.
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.
the class that implements the Java 6 annotation processor manager. This class must implement a public subclass of <code>org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager</code> with a public 0-argument constructor.
a unique identifier for this participant
3.3
org.eclipse.jdt.compiler.apt
Copyright (c) 2007 BEA Systems, Inc and others.<br>
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>