You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the feature request.
Update TimedAspect to allow injecting a Function to create tags based on method result, similar to the Function injected to create tags based on ProceedingJoinPoint.
Rationale
I am using the Timed annotation and would like to include information from the Object returned by the target method in the tags.
Additional context
I'm willing to submit a PR for this enhancement.