mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
1、切面after切点,将目标方法执行返回值,开放给切点
2、SimpleAspect没有直接使用的意义,应修改为抽象类
This commit is contained in:
parent
1df8f968d0
commit
130a348afc
@ -8,9 +8,10 @@ import java.lang.reflect.Method;
|
||||
* 可以继承此类实现自己需要的方法即可
|
||||
*
|
||||
* @author Looly
|
||||
* @author ted.L
|
||||
*
|
||||
*/
|
||||
public class SimpleAspect implements Aspect, Serializable{
|
||||
public abstract class SimpleAspect implements Aspect, Serializable{
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user