@Service(name="default") @Singleton public class DefaultAnnotationScanner extends Object implements AnnotationScanner, org.glassfish.hk2.api.PostConstruct
| Constructor and Description |
|---|
DefaultAnnotationScanner() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAnnotations()
Returns a list of FQCN of annotations we are interested in.
|
Set<String> |
getAnnotations(boolean isMetaDataComplete) |
boolean |
isAnnotation(String value)
Test if the passed constant pool string is a reference to
a Type.TYPE annotation of a J2EE component
|
void |
postConstruct() |
public boolean isAnnotation(String value)
isAnnotation in interface AnnotationScannerpublic void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic Set<String> getAnnotations()
AnnotationScannergetAnnotations in interface AnnotationScannerCopyright © 2017. All rights reserved.