hutool/hutool-aop
刘羽铖 22a51ba86d 1、切面after切点,将目标方法执行返回值,开放给切点
2、SimpleAspect没有直接使用的意义,应修改为抽象类
3、修改Aspect#afterException 没有使用返回值进行异常是否抛出的判断。
4、修改CglibInterceptor#intercept 和 JdkInterceptor#intercept 方法中 if else 为 if ,减少else判断,并支持 第3点的修改
2019-09-25 11:36:03 +08:00
..
2019-09-22 00:33:42 +08:00