| Package | Description |
|---|---|
| org.aoju.bus.proxy.intercept | |
| org.aopalliance.intercept |
| Class and Description |
|---|
| MethodInterceptor
Intercepts calls on an interface on its way to the target.
|
| Class and Description |
|---|
| ConstructorInvocation
Description of an invocation to a constuctor, given to an
interceptor upon construtor-call.
|
| Interceptor
This interface represents a generic interceptor.
|
| Invocation
This interface represents an invocation in the program.
|
| Joinpoint
This interface represents a generic runtime joinpoint (in the AOP
terminology).
|
| MethodInvocation
Description of an invocation to a method, given to an interceptor
upon method-call.
|
Copyright © 2019. All rights reserved.