Interface AnnotationScanner
-
- All Known Implementing Classes:
AbstractAnnotationScanner,AppClientPersistenceDependencyAnnotationScanner,DefaultAnnotationScanner,EjbComponentAnnotationScanner,ResourceAdapterAnnotationScanner
@Contract public interface AnnotationScannerThis interface allows custom annotation scanner to be created.- Author:
- Qingqing Ouyang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getAnnotations()Returns a list of FQCN of annotations we are interested in.booleanisAnnotation(String value)Test if the passed constant pool string is a reference to a Type.TYPE annotation of a component defined in this scanner
-
-
-
Method Detail
-
isAnnotation
boolean isAnnotation(String value)
Test if the passed constant pool string is a reference to a Type.TYPE annotation of a component defined in this scanner- Returns:
- true if it is an annotation reference
-
-