接口的使用
org.aopalliance.intercept.Invocation
使用Invocation的程序包
程序包
说明
Aspect Programming
Package containing Infra basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
-
infra.aop中Invocation的使用
infra.aop中Invocation的子接口修饰符和类型接口说明interfaceExtension of the AOP AllianceMethodInvocationinterface, allowing access to the proxy that the method invocation was made through. -
infra.aop.framework中Invocation的使用
修饰符和类型类说明classImplemented basicAbstractMethodInvocation.proceed()logic(专用程序包) static classImplementation of AOP Alliance MethodInvocation used by this AOP proxy.class -
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.