org.apache.beehive.controls.system.jdbc
Class JdbcControlChecker

Object
  extended by JdbcControlChecker
All Implemented Interfaces:
ControlChecker

public class JdbcControlChecker
extends Object
implements ControlChecker

Annotation checker for the JdbcControl. Invoked at compile time by the controls framework.


Constructor Summary
JdbcControlChecker()
           
 
Method Summary
 void check(Declaration decl, AnnotationProcessorEnvironment env)
          Invoked by the control build-time infrastructure to process a declaration of a control extension (ie, an interface annotated with @ControlExtension), or a field instance of a control type.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcControlChecker

public JdbcControlChecker()
Method Detail

check

public void check(Declaration decl,
                  AnnotationProcessorEnvironment env)
Invoked by the control build-time infrastructure to process a declaration of a control extension (ie, an interface annotated with @ControlExtension), or a field instance of a control type.

Specified by:
check in interface ControlChecker