Class AnnotatedTypeScanner

java.lang.Object
org.springframework.data.util.AnnotatedTypeScanner
All Implemented Interfaces:
Aware, EnvironmentAware, ResourceLoaderAware

public class AnnotatedTypeScanner extends Object implements ResourceLoaderAware, EnvironmentAware
Scanner to find types with annotations on the classpath.
Author:
Oliver Gierke, Christoph Strobl, Johannes Englmeier