public class AnnotationParserImpl extends Object implements AnnotationParser
| Constructor and Description |
|---|
AnnotationParserImpl() |
| 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.
|
public Map<String,Object[]> getMethodAnnotationsForClass(Class annotationClass, Class targetClass)
AnnotationParsergetMethodAnnotationsForClass in interface AnnotationParserannotationClass - soughttargetClass - over which annotation should be foundCopyright © 2009–2017 DuraSpace. All rights reserved.