org.apache.beehive.netui.compiler.apt
Class FormBeanAnnotationProcessorFactory

Object
  extended by FormBeanAnnotationProcessorFactory
All Implemented Interfaces:
AnnotationProcessorFactory

public class FormBeanAnnotationProcessorFactory
extends Object
implements AnnotationProcessorFactory


Constructor Summary
FormBeanAnnotationProcessorFactory()
           
 
Method Summary
 AnnotationProcessor getProcessorFor(Set<AnnotationTypeDeclaration> annotationTypeDeclarations, AnnotationProcessorEnvironment env)
           
 Collection<String> supportedAnnotationTypes()
           
 Collection<String> supportedOptions()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormBeanAnnotationProcessorFactory

public FormBeanAnnotationProcessorFactory()
Method Detail

supportedAnnotationTypes

public Collection<String> supportedAnnotationTypes()
Specified by:
supportedAnnotationTypes in interface AnnotationProcessorFactory

supportedOptions

public Collection<String> supportedOptions()
Specified by:
supportedOptions in interface AnnotationProcessorFactory

getProcessorFor

public AnnotationProcessor getProcessorFor(Set<AnnotationTypeDeclaration> annotationTypeDeclarations,
                                           AnnotationProcessorEnvironment env)
Specified by:
getProcessorFor in interface AnnotationProcessorFactory