@Service(name="ejb") @Singleton public class EjbComponentAnnotationScanner extends Object implements AnnotationScanner
| Constructor and Description |
|---|
EjbComponentAnnotationScanner()
Creates a new instance of DefaultAnnotationScanner
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAnnotations()
Returns a list of FQCN of annotations we are interested in.
|
boolean |
isAnnotation(String value)
Test if the passed constant pool string is a reference to
a Type.TYPE annotation of a J2EE component
|
public EjbComponentAnnotationScanner()
public boolean isAnnotation(String value)
isAnnotation in interface AnnotationScannerpublic Set<String> getAnnotations()
AnnotationScannergetAnnotations in interface AnnotationScannerCopyright © 2019. All rights reserved.