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 ofClassPathBeanDefinitionScannerto 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@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.