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

Object
  extended by BaseAnnotationProcessor
All Implemented Interfaces:
AnnotationProcessor
Direct Known Subclasses:
FormBeanAnnotationProcessor, PageFlowAnnotationProcessor

public abstract class BaseAnnotationProcessor
extends Object
implements AnnotationProcessor


Method Summary
protected abstract  BaseChecker getChecker(ClassDeclaration decl, Diagnostics diagnostics)
           
protected  AnnotationProcessorEnvironment getEnv()
           
 void process()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

process

public void process()
Specified by:
process in interface AnnotationProcessor

getChecker

protected abstract BaseChecker getChecker(ClassDeclaration decl,
                                          Diagnostics diagnostics)

getEnv

protected AnnotationProcessorEnvironment getEnv()