com.bea.control
Class ServiceControlChecker

java.lang.Object
  extended by com.bea.control.ServiceControlChecker
All Implemented Interfaces:
ControlChecker

public class ServiceControlChecker
extends Object
implements ControlChecker


Constructor Summary
ServiceControlChecker()
           
 
Method Summary
 void check(Declaration decl, AnnotationProcessorEnvironment env)
           
 void checkAsField(FieldDeclaration fd, AnnotationProcessorEnvironment env)
           
 void checkAsType(TypeDeclaration td, AnnotationProcessorEnvironment env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceControlChecker

public ServiceControlChecker()
Method Detail

check

public void check(Declaration decl,
                  AnnotationProcessorEnvironment env)
Specified by:
check in interface ControlChecker

checkAsType

public void checkAsType(TypeDeclaration td,
                        AnnotationProcessorEnvironment env)

checkAsField

public void checkAsField(FieldDeclaration fd,
                         AnnotationProcessorEnvironment env)