Class AnnotationDetectionFieldCallback

java.lang.Object
org.springframework.data.util.AnnotationDetectionFieldCallback
All Implemented Interfaces:
ReflectionUtils.FieldCallback

public class AnnotationDetectionFieldCallback extends Object implements ReflectionUtils.FieldCallback
A ReflectionUtils.FieldCallback that will inspect each field for a given annotation. This field's type can then be accessed afterwards.
Author:
Oliver Gierke, Christoph Strobl, Mark Paluch, Johannes Englmeier