This class does not load the bean {@code Class} early.It rather retrieves all relevant metadata from the ".class" file itself, parsed with the ASM ClassReader. It is functionally equivalent to {@link AnnotatedGenericBeanDefinition#AnnotatedGenericBeanDefinition(AnnotationMetadata)}but distinguishes by type beans that have been scanned vs those that have been otherwise registered or detected by other means. @author Juergen Hoeller @author Chris Beams @since 2.5 @see #getMetadata() @see #getBeanClassName() @see org.springframework.core.type.classreading.MetadataReaderFactory @see AnnotatedGenericBeanDefinition
|
|