Package io.microsphere.spring.context.annotation
package io.microsphere.spring.context.annotation
-
ClassDescriptionAnnotated
BeanDefinition
UtilitiesThe@Import
candidate is an instance ofImportSelector
orImportBeanDefinitionRegistrar
and not a regular Spring bean, which only invokesBeanClassLoaderAware
,BeanFactoryAware
,EnvironmentAware
, andResourceLoaderAware
contracts in order if they are implemented, thus it will not bepopulated
andinitialized
.Enables Spring's Event ExtensionEvent Management RegistrarA extension class ofClassPathBeanDefinitionScanner
to expose some methods:ClassPathBeanDefinitionScanner.doScan(String...)
ClassPathBeanDefinitionScanner.checkCandidate(String, BeanDefinition)