See: Description
| Interface | Description |
|---|---|
| MethodIntercepter |
Interface that provides the users with the ability to intercept
methods on class instances that are marked with
Intercept annotations. |
| Class | Description |
|---|---|
| CommonProxyInterceptor |
A common class for both
InternalInterceptor as well as InternalInvocationhandler |
| DefaultMethodIntercepter |
A default implementation of
MethodIntercepter to log the time taken by a method |
| Empty | |
| InternalInterceptor |
An internal intercepter implementation of the CGLIB provided
MethodInterceptor interface, that
actually calls the MethodIntercepter.intercept(Method, Object, Object[]) method internally. |
| InternalInvocationhandler |
Implementation of the
InvocationHandler interface for internal usage. |
Copyright © 2014. All rights reserved.