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