[jboss-dev] new scanning in AS trunk
Stan Silvert
ssilvert at redhat.com
Thu Jun 3 09:13:41 EDT 2010
Ales Justin wrote:
> projects/jboss-jsf-int/trunk/jboss-faces/src/main/resources/
> projects/jboss-jsf-int/trunk/jboss-faces/src/main/resources/META-INF/
> projects/jboss-jsf-int/trunk/jboss-faces/src/main/resources/META-INF/services/
> projects/jboss-jsf-int/trunk/jboss-faces/src/main/resources/META-INF/services/com.sun.faces.spi.annotationprovider
>
> Shouldn't the last one be AnnotationProvider instead of all low level chars?
>
>
AnnotationProvider javadoc
* <p>
* To register a custom AnnotationProvider with the runtime, place a file named
* com.sun.faces.spi.annotationprovider within META-INF/services of a JAR file,
* with a single line referencing the fully qualified class name of the AnnotationProvider
* implementation. Custom AnnotationProviders can be used to decorate the default
* AnnotationProvider by providing a constructor that takes an AnnotationProvider as the
* second parameter:</p>
*
>
>
>
More information about the jboss-development
mailing list