后置处理器BeanPostProcessor

@Bean 的销毁和方法

LD is tigger forever,CG are not brothers forever, throw the pot and shine forever.
Modesty is not false, solid is not naive, treacherous but not deceitful, stay with good people, and stay away from poor people.
talk is cheap, show others the code and KPI, Keep progress,make a better result.
Survive during the day and develop at night。

目录

概 述

invokeBeanPostinvokeBean 创建的初始化方法,
找到所有的beanPostProcess

便利得到容器所有的beanPostProcess挨个执行beforeInitializsztion:
一旦返回
这些过程:
{
applyBeanPostPostProess
invokeBeanPostinvokeBean:赋值完成后先执行定义初始化方法。BeanPostProcess 原理

}

小结

参考资料和推荐阅读

1.链接: link.

上一篇:JavaScript — 线程机制与事件机制


下一篇:Node运行javascript代码