Uses of Interface
org.aopalliance.intercept.Joinpoint
Packages that use Joinpoint
Package
Description
The AOP Alliance reflective interception abstraction.
Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.
Package containing Spring's basic AOP infrastructure, compliant with the
 AOP Alliance interfaces.
- 
Uses of Joinpoint in org.aopalliance.interceptSubinterfaces of Joinpoint in org.aopalliance.interceptModifier and TypeInterfaceDescriptioninterfaceDescription of an invocation to a constructor, given to an interceptor upon constructor-call.interfaceThis interface represents an invocation in the program.interfaceDescription of an invocation to a method, given to an interceptor upon method-call.
- 
Uses of Joinpoint in org.springframework.aopSubinterfaces of Joinpoint in org.springframework.aopModifier and TypeInterfaceDescriptioninterfaceExtension of the AOP AllianceMethodInvocationinterface, allowing access to the proxy that the method invocation was made through.
- 
Uses of Joinpoint in org.springframework.aop.frameworkClasses in org.springframework.aop.framework that implement JoinpointModifier and TypeClassDescriptionclassSpring's implementation of the AOP AllianceMethodInvocationinterface, implementing the extendedProxyMethodInvocationinterface.