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

Object
  extended by PageFlowAnnotationProcessorFactory
All Implemented Interfaces:
AnnotationProcessorFactory

public class PageFlowAnnotationProcessorFactory
extends Object
implements AnnotationProcessorFactory


Constructor Summary
PageFlowAnnotationProcessorFactory()
           
 
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

PageFlowAnnotationProcessorFactory

public PageFlowAnnotationProcessorFactory()
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