org.apache.beehive.controls.api.bean
Class DefaultControlChecker

Object
  extended by DefaultControlChecker
All Implemented Interfaces:
ControlChecker

public final class DefaultControlChecker
extends Object
implements ControlChecker

The default or "empty" control checker that assigned to an @ControlInterface's controlChecker attribute if none is provided.


Constructor Summary
DefaultControlChecker()
           
 
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

DefaultControlChecker

public DefaultControlChecker()
Method Detail

check

public void check(Declaration decl,
                  AnnotationProcessorEnvironment env)
Description copied from interface: ControlChecker
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