接口 Invocation

所有超级接口:
Joinpoint
所有已知子接口:
ConstructorInvocation, MethodInvocation, ProxyMethodInvocation
所有已知实现类:
AbstractMethodInvocation, CglibAopProxy.CglibMethodInvocation, DefaultMethodInvocation

public interface Invocation extends Joinpoint
This interface represents an invocation in the program.

An invocation is a joinpoint and can be intercepted by an interceptor.

作者:
Rod Johnson
  • 方法详细资料

    • getArguments

      Object[] getArguments()
      Get the arguments as an array object. It is possible to change element values within this array to change the arguments.
      返回:
      the argument of the invocation