程序包的使用
io.microsphere.spring.context.annotation
-
使用io.microsphere.spring.context.annotation的程序包 程序包 说明 io.microsphere.spring.beans.factory.annotation io.microsphere.spring.config.context.annotation -
io.microsphere.spring.beans.factory.annotation使用的io.microsphere.spring.context.annotation中的类 类 说明 ExposingClassPathBeanDefinitionScanner A extension class ofClassPathBeanDefinitionScanner
to expose some methods:ClassPathBeanDefinitionScanner.doScan(String...)
ClassPathBeanDefinitionScanner.checkCandidate(String, BeanDefinition)
-
io.microsphere.spring.config.context.annotation使用的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
.