Therefore, you don't need to implement the BeanPostProcessor interface for the purpose of this article.
因此,本文中您无需实现BeanPostProcessor接口。
For example, you could write a BeanPostProcessor that identifies methods with a given annotation, in the same way as the RequiredAnnotationBeanPostProcessor works.
比如说,你能编写一个BeanPostProcessor来使用给定的注解来区别方法,就跟RequiredAnnotationBeanPostProcessor一样的工作方式。
The Spring framework provides an interface named BeanPostProcessor, which represents an extensibility mechanism to allow applications to write their own logic to create bean proxies.
Spring框架提供了BeanPostProcessor接口,它提供了一种可扩展机制,允许应用程序编写自己的逻辑来创建bean代理。
应用推荐