Uses of Package
io.microsphere.spring.context.annotation
-
Packages that use io.microsphere.spring.context.annotation Package Description io.microsphere.spring.beans.factory.annotation io.microsphere.spring.config.context.annotation -
Classes in io.microsphere.spring.context.annotation used by io.microsphere.spring.beans.factory.annotation Class Description ExposingClassPathBeanDefinitionScanner A extension class ofClassPathBeanDefinitionScanner
to expose some methods:ClassPathBeanDefinitionScanner.doScan(String...)
ClassPathBeanDefinitionScanner.checkCandidate(String, BeanDefinition)
-
Classes in io.microsphere.spring.context.annotation used by io.microsphere.spring.config.context.annotation 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
.