| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ConstructorInvocation
Description of an invocation to a constuctor, given to an
interceptor upon constructor-call.
|
interface |
Invocation |
interface |
MethodInvocation |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ProxyMethodInvocation
Extension of the AOP Alliance
MethodInvocation
interface, allowing access to the proxy that the method invocation was made through. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ReflectiveMethodInvocation
Spring's implementation of the AOP Alliance
MethodInvocation interface,
implementing the extended
ProxyMethodInvocation interface. |