接口的使用
org.aopalliance.intercept.Invocation
使用Invocation的程序包
程序包
说明
Aspect Programming
This package provides a set of interfaces for interception
mechanisms.
-
cn.taketoday.aop中Invocation的使用
修饰符和类型接口说明interfaceExtension of the AOP AllianceMethodInvocationinterface, allowing access to the proxy that the method invocation was made through. -
cn.taketoday.aop.framework中Invocation的使用
修饰符和类型类说明classImplemented basicAbstractMethodInvocation.proceed()logicclassfinal classclass -
org.aopalliance.intercept中Invocation的使用
修饰符和类型接口说明interfaceDescription of an invocation to a constuctor, given to an interceptor upon construtor-call.interfaceDescription of an invocation to a method, given to an interceptor upon method-call.