激昂鸵鸟

文章
5
资源
0
加入时间
4年2月7天

Spring注解之后置处理器

1.BeanPostProcessor后置处理器bean的后置处理器,该接口有两个方法分别在生命周期的初始化方法前后调用 Factory hook that allows for custom modification of new bean instances,e.g. checking for marker interfaces or wrapping them with prox...