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