Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConstructorInvocation
Description of an invocation to a constructor, given to an
interceptor upon constructor-call.
|
interface |
MethodInvocation
Description of an invocation to a method, given to an interceptor
upon method-call.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProxyMethodInvocation
Extension of the AOP Alliance
MethodInvocation
interface, allowing access to the proxy that the method invocation was made through. |
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveMethodInvocation
Spring's implementation of the AOP Alliance
MethodInvocation interface,
implementing the extended
ProxyMethodInvocation interface. |