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
ClassPathBeanDefinitionScannerto 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
@Importcandidate is an instance ofImportSelectororImportBeanDefinitionRegistrarand not a regular Spring bean, which only invokesBeanClassLoaderAware,BeanFactoryAware,EnvironmentAware, andResourceLoaderAwarecontracts in order if they are implemented, thus it will not bepopulatedandinitialized.