### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.apt.core Index: schema/annotationProcessorFactory.exsd =================================================================== RCS file: /home/eclipse/org.eclipse.jdt.apt.core/schema/annotationProcessorFactory.exsd,v retrieving revision 1.3 diff -u -r1.3 annotationProcessorFactory.exsd --- schema/annotationProcessorFactory.exsd 8 Jul 2005 01:21:55 -0000 1.3 +++ schema/annotationProcessorFactory.exsd 31 May 2006 00:12:58 -0000 @@ -6,7 +6,7 @@ - [Enter description of this extension point.] + Plug-ins which contribute JSR-175 annotation processors should extend this extension point in order to participate in compilation. @@ -61,18 +61,14 @@ - - - - - - - - + + + + @@ -92,7 +88,19 @@ - [Enter extension point usage example here.] + Example of a declaration of an <code>annotationProcessorFactory</code>: <pre> + <extension + point="org.eclipse.jdt.apt.core.annotationProcessorFactory"> + <factories enableDefault="true"> + <factory + class="org.xyz.HelloWorldAnnotationProcessorFactory"> + </factory> + <factory + class="org.xyz.GoodNightMoonAnnotationProcessorFactory"> + </factory> + </factories> + </extension> +</pre> @@ -119,7 +127,11 @@ - + Copyright (c) 2005 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>