文章目录
- 开头
- annotation-config
-
- BeanPostProcessor注册
-
- AnnotationAwareOrderComparator
- ContextAnnotationAutowireCandidateResolver
- ConfigurationClassPostProcessor
- AutowiredAnnotationBeanPostProcessor
- RequiredAnnotationBeanPostProcessor
- CommonAnnotationBeanPostProcessor
- PersistenceAnnotationBeanPostProcessor
- EventListenerMethodProcessor
- DefaultEventListenerFactory
- 逻辑关系整理
- 运行
开头
入口方法在BeanDefinitionParserDelegate.parseCustomElement:
return handler.parse(ele, new ParserContext(this.readerContext, this, containingBd))</