码迷,mamicode.com
首页 > 其他好文 > 详细

源码解析:init-method、@PostConstruct、afterPropertiesSet孰先孰后

时间:2017-10-19 12:37:35      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:processor   erp   roc   str   tco   stc   源码解析   .com   处理   

http://sexycoding.iteye.com/blog/1046993

@PostConstruct注解后的方法在BeanPostProcessor前置处理器中就被执行了,所以当然要先于InitializingBean和init-method执行了。

Constructor > @PostConstruct > InitializingBean > init-method

源码解析:init-method、@PostConstruct、afterPropertiesSet孰先孰后

标签:processor   erp   roc   str   tco   stc   源码解析   .com   处理   

原文地址:http://www.cnblogs.com/adealjason/p/7691412.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!