@Retention(value=RUNTIME) @Inherited @Target(value=PARAMETER) public @interface SpanTag
Applied to parameters of a method to indicate which parameters should be included in span tags.
Annotation Inspired by Spring Sleuth but using Open Tracing and Micronaut AOP
public abstract String value