如何使用proceedingjoinpoint
public object test(
ProceedJoinPoint jionpoint
)throws Throwable{
Object obj = jionpoint.proceed();
//掉包计
return obj;
}
如何进行掉包?
public object test(
ProceedJoinPoint jionpoint
)throws Throwable{
Object obj = jionpoint.proceed();
//掉包计
return obj;
}
如何进行掉包?
2017-03-25
举报