Uses of Package
io.microsphere.spring.context.annotation
Packages that use io.microsphere.spring.context.annotation
Package
Description
-
Classes in io.microsphere.spring.context.annotation used by io.microsphere.spring.beans.factory.annotationClassDescriptionA extension class of
ClassPathBeanDefinitionScanner
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.annotationClassDescriptionThe
@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
.