Class |
Description |
AnnotationMetadataReader
|
A more limited version of Spring's annotation reader that only reads annotations on classes |
AnnotationMetadataReadingVisitor
|
ASM class visitor which looks for the class name and implemented types as
well as for the annotations defined on the class, exposing them through
the org.springframework.core.type.AnnotationMetadata interface. |
ClasspathEntityScanner
|
Utility class for scanning the classpath for entities |
FilteredAnnotationMetadata
|
org.springframework.core.type.AnnotationMetadata implementation that uses standard reflection
to introspect a given java.lang.Class. |
InstanceProxy
|
A proxy onto another instance |
MethodMetadataReadingVisitor
|
ASM method visitor which looks for the annotations defined on a method,
exposing them through the org.springframework.core.type.MethodMetadata
interface. |
ReflectionUtils
|
Utility methods for working with reflection. |