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

Object
  extended by BaseAnnotationProcessor
      extended by PageFlowAnnotationProcessor
All Implemented Interfaces:
AnnotationProcessor

public class PageFlowAnnotationProcessor
extends BaseAnnotationProcessor


Constructor Summary
protected PageFlowAnnotationProcessor(AnnotationProcessorEnvironment env)
           
 
Method Summary
protected  BaseChecker getChecker(ClassDeclaration classDecl, Diagnostics diagnostics)
           
 
Methods inherited from class BaseAnnotationProcessor
getEnv, process
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageFlowAnnotationProcessor

protected PageFlowAnnotationProcessor(AnnotationProcessorEnvironment env)
Method Detail

getChecker

protected BaseChecker getChecker(ClassDeclaration classDecl,
                                 Diagnostics diagnostics)
Specified by:
getChecker in class BaseAnnotationProcessor