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

Object
  extended by Diagnostics
      extended by TwoPhaseAnnotationProcessor
          extended by BaseAnnotationProcessor
              extended by FormBeanAnnotationProcessor
All Implemented Interfaces:
AnnotationProcessor

public class FormBeanAnnotationProcessor
extends BaseAnnotationProcessor


Method Summary
protected  BaseChecker getChecker(ClassDeclaration decl, Diagnostics diagnostics)
           
protected  BaseGenerator getGenerator(ClassDeclaration decl, Diagnostics diagnostics)
           
 
Methods inherited from class BaseAnnotationProcessor
check, expectAnnotation, generate, getResourceString, getSourceFileInfo, process, setSourceFileInfo
 
Methods inherited from class TwoPhaseAnnotationProcessor
check, generate, printError, printWarning
 
Methods inherited from class Diagnostics
addError, addError, addError, addErrorArrayArgs, addWarning, addWarning, addWarning, getAnnotationProcessorEnvironment, hasErrors, setHasErrors
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChecker

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

getGenerator

protected BaseGenerator getGenerator(ClassDeclaration decl,
                                     Diagnostics diagnostics)
Specified by:
getGenerator in class BaseAnnotationProcessor