@Service(name="rar") @Singleton public class ResourceAdapterAnnotationScanner extends Object implements AnnotationScanner
| Constructor and Description |
|---|
ResourceAdapterAnnotationScanner()
Creates a new instance of RA AnotationScanner
|
| 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 ResourceAdapterAnnotationScanner()
public boolean isAnnotation(String value)
isAnnotation in interface AnnotationScannerpublic Set<String> getAnnotations()
AnnotationScannergetAnnotations in interface AnnotationScannerCopyright © 2017. All rights reserved.