Interface | Description |
---|---|
AnnotationScanner |
Interface for classes that scan for classes with a given annotation.
|
ClassPathResourceLoader |
Abstraction to load resources from the classpath.
|
Class | Description |
---|---|
BeanIntrospectionScanner |
An implementation of
AnnotationScanner that scans available BeanIntrospection
instances through the BeanIntrospector API. |
DefaultClassPathResourceLoader |
Loads resources from the classpath.
|