| java.lang.Object org.apache.beehive.controls.system.jdbc.JdbcControlChecker
JdbcControlChecker | public class JdbcControlChecker implements ControlChecker(Code) | | Annotation checker for the JdbcControl. Invoked at compile time by the controls framework.
|
Method Summary | |
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. |
check | public void check(Declaration decl, AnnotationProcessorEnvironment env)(Code) | | 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.
|
|
|