org.xulfaces.annotation.processor.faces.component
Class ComponentAnnotationProcessorFactory

java.lang.Object
  extended by org.xulfaces.annotation.processor.faces.component.ComponentAnnotationProcessorFactory
All Implemented Interfaces:
com.sun.mirror.apt.AnnotationProcessorFactory

public class ComponentAnnotationProcessorFactory
extends java.lang.Object
implements com.sun.mirror.apt.AnnotationProcessorFactory

Version:
$Id: ComponentAnnotationProcessorFactory.java,v 1.2 2006/01/08 16:07:23 kito31 Exp $
Author:
kito31

Constructor Summary
ComponentAnnotationProcessorFactory()
           
 
Method Summary
 com.sun.mirror.apt.AnnotationProcessor getProcessorFor(java.util.Set<com.sun.mirror.declaration.AnnotationTypeDeclaration> atds, com.sun.mirror.apt.AnnotationProcessorEnvironment env)
           
 java.util.Collection<java.lang.String> supportedAnnotationTypes()
           
 java.util.Collection<java.lang.String> supportedOptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentAnnotationProcessorFactory

public ComponentAnnotationProcessorFactory()
Method Detail

supportedAnnotationTypes

public java.util.Collection<java.lang.String> supportedAnnotationTypes()
Specified by:
supportedAnnotationTypes in interface com.sun.mirror.apt.AnnotationProcessorFactory

supportedOptions

public java.util.Collection<java.lang.String> supportedOptions()
Specified by:
supportedOptions in interface com.sun.mirror.apt.AnnotationProcessorFactory

getProcessorFor

public com.sun.mirror.apt.AnnotationProcessor getProcessorFor(java.util.Set<com.sun.mirror.declaration.AnnotationTypeDeclaration> atds,
                                                              com.sun.mirror.apt.AnnotationProcessorEnvironment env)
Specified by:
getProcessorFor in interface com.sun.mirror.apt.AnnotationProcessorFactory


Copyright © 2007 null. All Rights Reserved.