FileDocCategorySizeDatePackage
CustomAnnotationScanner.javaAPI DocGlassfish v2 API2459Fri May 04 22:31:36 BST 2007com.sun.enterprise.deployment.annotation.introspection

CustomAnnotationScanner

public interface CustomAnnotationScanner
This interface allows custom annotation scanner to be created.
author
Qingqing Ouyang

Fields Summary
Constructors Summary
Methods Summary
public booleanisAnnotation(java.lang.String value)
Test if the passed constant pool string is a reference to a Type.TYPE annotation of a component defined in this scanner

String
the constant pool info string
return
true if it is an annotation reference