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.