Joinpoint UUID would help tracing a single method invocation in calling application. For example, to store start time in "before" advice and calculate elapsed time in "after" advice - having UUID would let application to cache method invocation details and easily identify them.
Joinpoint UUID would help tracing a single method invocation in calling application. For example, to store start time in "before" advice and calculate elapsed time in "after" advice - having UUID would let application to cache method invocation details and easily identify them.