public class EchoResultAspect
extends Object
InjectionResult 注解的 AOP 工具
- 作者:
- zuihou
-
-
方法概要
interceptor(org.aspectj.lang.ProceedingJoinPoint pjp,
top.tangyh.basic.annotation.echo.EchoResult ir)
void
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
EchoResultAspect
public EchoResultAspect()
-
方法详细资料
-
methodPointcut
public void methodPointcut()
-
interceptor
public Object interceptor(org.aspectj.lang.ProceedingJoinPoint pjp,
top.tangyh.basic.annotation.echo.EchoResult ir)
throws Throwable
- 抛出:
Throwable