问答详情
源自:4-9 Spring Bean装配之Spring对JSR支持的说明

CommonAnnotationBeanPostProcessor是Spring的ApplicationContext中注册的是自动注册的码?

本章中提到要 CommonAnnotationBeanPostProcesor不仅能识别JSR-250中的生命周期注解@Resource,爱Spring2.5中引入支持初始化回调和销毁回调,前提是CommonAnnotationBeanPostProcessor是Spring的ApplicationContext中注册的 我怎么没看到老师在Spring的ApplicationContext中注册啊???????

提问者:qq_蚊香_0 2017-11-14 14:30

个回答

  • 忽职守
    2017-11-16 17:00:59

    是自动注入的,用Map<String,Object>map盛放所有的容器中的bean,然后循环打印所有的bean所属的类就能看到这个类了org.springframework.context.annotation.CommonAnnotationBeanPostProcessor,有这个类的bean