public interface AnnotationParser
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object[]> |
getMethodAnnotationsForClass(Class annotationClass,
Class targetClass)
This method searches through a class and its hierarchy for a given
annotation.
|
Map<String,Object[]> getMethodAnnotationsForClass(Class annotationClass, Class targetClass)
annotationClass - soughttargetClass - over which annotation should be foundCopyright © 2009–2020 LYRASIS. All rights reserved.