16-spring AOP核心对象的创建

文章目录

  • 1. aop的几个重要概念
  • 2. aop bean definition
  • 3. AspectJPointcutAdvisor
  • 4.AopConfigUtils
  • 5.AnnotationAwareAspectJAutoProxyCreator
  • 6. 循环依赖

1. aop的几个重要概念

参考官方解释:https://docs.spring.io/spring-framework/docs/5.2.9.RELEASE/spring-framework-reference/core.html#aop-introduction-defn

2. aop bean definition

16-spring AOP核心对象的创建_第1张图片

你可能感兴趣的:(#,spring源码学习笔记,spring,java,后端)