接口的使用
org.aopalliance.intercept.Invocation
使用Invocation的程序包 程序包 说明 org.aopalliance.intercept The AOP Alliance reflective interception abstraction.org.springframework.aop Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.org.aopalliance.intercept中Invocation的使用
org.aopalliance.intercept中Invocation的子接口 修饰符和类型 接口 说明 interfaceConstructorInvocationDescription of an invocation to a constructor, given to an interceptor upon constructor-call.interfaceMethodInvocationDescription of an invocation to a method, given to an interceptor upon method-call.org.springframework.aop中Invocation的使用
org.springframework.aop中Invocation的子接口 修饰符和类型 接口 说明 interfaceProxyMethodInvocationExtension of the AOP AllianceMethodInvocationinterface, allowing access to the proxy that the method invocation was made through.org.springframework.aop.framework中Invocation的使用
实现Invocation的org.springframework.aop.framework中的类 修饰符和类型 类 说明 classReflectiveMethodInvocationSpring's implementation of the AOP AllianceMethodInvocationinterface, implementing the extendedProxyMethodInvocationinterface.