public class SpringAnnotationResolver extends Object implements AnnotationResolver
AnnotationResolver implementation that uses Spring's more robust
AnnotationUtils to find method annotations instead of the JDKs simpler
(and rather lacking) Method.getAnnotation(class)
implementation.| Constructor and Description |
|---|
SpringAnnotationResolver() |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation(MethodInvocation mi,
Class<? extends Annotation> clazz) |
public Annotation getAnnotation(MethodInvocation mi, Class<? extends Annotation> clazz)
getAnnotation in interface AnnotationResolverCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.