@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 AnnotationScanner
public Set<String> getAnnotations()
AnnotationScanner
getAnnotations
in interface AnnotationScanner
Copyright © 2019. All rights reserved.