@Contract
public interface AnnotationScanner
| 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 component defined in this scanner
|
boolean isAnnotation(String value)
Copyright © 2017. All rights reserved.