Package api.log.aop
Class MethodAdvice
java.lang.Object
api.log.aop.MethodAdvice
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
方法增强
- Author:
- chenenwei
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MethodAdvice
public MethodAdvice()
-
-
Method Details
-
invoke
拦截方法- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Parameters:
invocation- 方法调用- Returns:
- 返回值
- Throws:
Throwable- 异常
-