schema.annotationProcessorManager.exsd Maven / Gradle / Ivy
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>
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
<a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/
SPDX-License-Identifier: EPL-2.0