See: Description
| Class | Description |
|---|---|
| CurrentExecutingMethodHolder |
A place to stash the currently executing method for advised classes.
|
| CurrentMethodExposingMethodInterceptor |
Simple method interceptor that does nothing but store the currently executing method and make it available for the duration
of the invoked method, so that any class may introspect the currently running method
without setting up a custom
MethodInterceptor like this one. |