|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| MethodIntercepter | Interface that provides the users with the ability to intercept
methods on class instances that are marked with Intercept annotations. |
| Class Summary | |
|---|---|
| DefaultMethodIntercepter | A default implementation of MethodIntercepter to log the time taken by a method |
| 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. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||