程序包 io.microsphere.spring.context.annotation
-
类概要 类 说明 BeanCapableImportCandidate The@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
.EventExtensionRegistrar Event Management RegistrarExposingClassPathBeanDefinitionScanner A extension class ofClassPathBeanDefinitionScanner
to expose some methods:ClassPathBeanDefinitionScanner.doScan(String...)
ClassPathBeanDefinitionScanner.checkCandidate(String, BeanDefinition)
-
注释类型概要 注释类型 说明 EnableEventExtension Enables Spring's Event Extension