blob: c22a07df797d696b908f6fbad001e037eeca14f0 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2005, 2010 IBM Corporation and others.
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
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
-->
<plugin>
<extension
point="org.eclipse.jdt.apt.core.annotationProcessorFactory">
<factories enableDefault="true">
<factory
class="org.eclipse.jdt.apt.tests.annotations.helloworld.HelloWorldAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.helloworld.HelloWorldWildcardAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.extradependency.ExtraDependencyAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.noop.NoOpAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.mirrortest.MirrorTestAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.nestedhelloworld.NestedHelloWorldAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.readannotation.ReadAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.mirrortest.MirrorDeclarationTestAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.mirrortest.MirrorUtilTestAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.valueconversion.ValueConversionProcessorFactory">
</factory>
<factory class="org.eclipse.jdt.apt.tests.annotations.readAnnotationType.ReadAnnotationTypeProcessorFactory"/>
<factory
class="org.eclipse.jdt.apt.tests.annotations.filegen.FileGenLocationAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.filegen.FirstGenAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.filegen.SecondGenAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.filegen.TextGenAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.messager.MessagerAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.aptrounding.Round1GenAnnotationFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.aptrounding.Round2GenAnnotationFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.mirrortest.DefaultConstantAnnotationFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.apitest.APIAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.mirrortest.ASTBasedMirrorDeclarationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.exceptionhandling.ExceptionHandlingProcessorFactory">
</factory>
<factory class="org.eclipse.jdt.apt.tests.annotations.generic.GenericFactory"/>
<factory class="org.eclipse.jdt.apt.tests.annotations.pause.PauseAnnotationProcessorFactory"/>
<factory class="org.eclipse.jdt.apt.tests.annotations.listener.ListenerAnnotationProcessorFactory"/>
<factory class="org.eclipse.jdt.apt.tests.annotations.annotationvalue.AnnotationValueProcessorFactory"/>
</factories>
</extension>
</plugin>