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

来源:4-9 Spring Bean装配之Spring对JSR支持的说明

qq_蚊香_0

2017-11-14 14:30

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

写回答 关注

1回答

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

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

Spring入门篇

为您带来IOC和AOP的基本概念及用法,为后续高级课程学习打下基础

268785 学习 · 963 问题

查看课程

相似问题