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...