接口的使用
org.aopalliance.intercept.Joinpoint
使用Joinpoint的程序包 程序包 说明 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中Joinpoint的使用
org.aopalliance.intercept中Joinpoint的子接口 修饰符和类型 接口 说明 interfaceConstructorInvocationDescription of an invocation to a constructor, given to an interceptor upon constructor-call.interfaceInvocationThis interface represents an invocation in the program.interfaceMethodInvocationDescription of an invocation to a method, given to an interceptor upon method-call.org.springframework.aop中Joinpoint的使用
org.springframework.aop中Joinpoint的子接口 修饰符和类型 接口 说明 interfaceProxyMethodInvocationExtension of the AOP AllianceMethodInvocationinterface, allowing access to the proxy that the method invocation was made through.org.springframework.aop.framework中Joinpoint的使用
实现Joinpoint的org.springframework.aop.framework中的类 修饰符和类型 类 说明 classReflectiveMethodInvocationSpring's implementation of the AOP AllianceMethodInvocationinterface, implementing the extendedProxyMethodInvocationinterface.