public interface ExtendedAnnotationDiscovery extends AnnotationDiscovery
AnnotationDiscovery
implementation may optionally implement this interface.Modifier and Type | Method and Description |
---|---|
Set<String> |
getAnnotationsAnnotatedWith(Class<? extends Annotation> annotation)
Returns a collection of fully qualified class names of annotation types which are annotated with the given annotation.
|
containsAnnotation
Set<String> getAnnotationsAnnotatedWith(Class<? extends Annotation> annotation)
annotation
- the given annotation typeCopyright © 2008-2015. All Rights Reserved.