Annotation Interface Tags


@Target(METHOD) @Retention(RUNTIME) public @interface Tags
A wrapper annotation for Tag that allows to apply multiple tags to a single method span,
 @Tag(key = "tag1", value = "arg[0]")
 @Tag(key = "tag2", value = "arg[1]")
 public void test(String param1, String param2) {
     // ...
 }
 
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Tag[]
     
  • Element Details

    • value

      Tag[] value
      See Also: