Spring什么时候在bean的生命周期中创建代理?

时间:2012-09-28 22:59:05

标签: spring

如果我正在使用Spring AOP,那么在applicationcontext生命周期代理中的哪个位置会被创建?

1 个答案:

答案 0 :(得分:3)

创建bean实例后,它们将运行一系列BeanPostProcessors - 基于AOP建议,代理由BeanPostProcessor AnnotationAwareAspectJAutoProxyCreator(或可能是其子类)创建)