Class AnnotationDetectionMethodCallback<A extends Annotation>

java.lang.Object
org.springframework.data.util.AnnotationDetectionMethodCallback<A>
All Implemented Interfaces:
ReflectionUtils.MethodCallback

public class AnnotationDetectionMethodCallback<A extends Annotation> extends Object implements ReflectionUtils.MethodCallback
ReflectionUtils.MethodCallback to find annotations of a given type.
Author:
Oliver Gierke, Christoph Strobl