接口 ConcreteMethodInvocation
- 所有超级接口:
org.aopalliance.intercept.Invocation,org.aopalliance.intercept.Joinpoint,org.aopalliance.intercept.MethodInvocation
public interface ConcreteMethodInvocation
extends org.aopalliance.intercept.MethodInvocation
-
方法概要
从接口继承的方法 org.aopalliance.intercept.Invocation
getArguments从接口继承的方法 org.aopalliance.intercept.Joinpoint
getStaticPart, getThis, proceed从接口继承的方法 org.aopalliance.intercept.MethodInvocation
getMethod
-
方法详细资料
-
getInterfaceClass
Class<?> getInterfaceClass()
-