目录1.背景 2.设计思路 3.核心代码3.1 自定义注解3.2 实现BeanFactoryPostProcessor接口3.3 实现MethodInterceptor编写打印日志逻辑3.4 实现BeanPostProcessor接口3.5 启动类配置
I\'m trying to write a set of filtering functions that can be chained together to progressively filter a data set. What\'s tricky about this is that I want to be able to define the filters in a differ