Uses of Interface
org.aopalliance.intercept.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.intercept
Modifier and TypeInterfaceDescriptioninterface
Description of an invocation to a constructor, given to an interceptor upon constructor-call.interface
This interface represents an invocation in the program.interface
Description of an invocation to a method, given to an interceptor upon method-call. -
Uses of Joinpoint in org.springframework.aop
Modifier and TypeInterfaceDescriptioninterface
Extension of the AOP AllianceMethodInvocation
interface, allowing access to the proxy that the method invocation was made through. -
Uses of Joinpoint in org.springframework.aop.framework
Modifier and TypeClassDescriptionclass
Spring's implementation of the AOP AllianceMethodInvocation
interface, implementing the extendedProxyMethodInvocation
interface.