@Retention(value=RUNTIME) @Inherited @Target(value={METHOD,TYPE}) public @interface NewSpan
Method parameters can be annotated with SpanTag, which will end
in adding the parameter value as a tag value to the span. The tag key will be
the value of the key annotation from SpanTag.
@AliasFor(value="value") public abstract String name
@AliasFor(value="name") public abstract String value
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.