Package io.microsphere.spring.context.annotation
-
Class Summary Class Description 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)
-
Annotation Types Summary Annotation Type Description EnableEventExtension Enables Spring's Event Extension