| 程序包 | 说明 |
|---|---|
| com.alibaba.spring.beans.factory.annotation |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Map<String,org.springframework.beans.factory.annotation.AnnotatedBeanDefinition> |
AnnotationBeanDefinitionRegistryPostProcessor.registerPrimaryBeanDefinitions(ExposingClassPathBeanDefinitionScanner scanner,
String[] basePackages)
Scan and register the primary
BeanDefinitions that were annotated by
the supported annotation types, and then return the Map with bean name plus
aliases if present and primary AnnotatedBeanDefinitions. |
protected abstract void |
AnnotationBeanDefinitionRegistryPostProcessor.registerSecondaryBeanDefinitions(ExposingClassPathBeanDefinitionScanner scanner,
Map<String,org.springframework.beans.factory.annotation.AnnotatedBeanDefinition> primaryBeanDefinitions,
String[] basePackages)
Register the secondary
BeanDefinitions
Current method is allowed to be override by the sub-class to change the registration logic |
Copyright © 2020. All rights reserved.