BeanPostProcessor 是 Spring 所提供的一种扩展机制,
可以利用该机制对 Bean 进行定制化加工,在 Spring 底层源码实现中,也广泛的用到了该机制,BeanPostProcessor 通常也叫做 Bean 后置处理器。