Missing ElementType.ANNOTATION_TYPE in Tracings annotations #6207
-
Hey, I would like to create an annotation to group a few others, but just realized that none of the tracings annotations hasn’t Here is an example what I want to achive: @Retention(RetentionPolicy.RUNTIME)
@Inherited
@Target(value = { ElementType.PARAMETER })
@SpanTag("foo") //non compile here
@PathVariable("foo")
public @interface Foo {
} Regards. |
Beta Was this translation helpful? Give feedback.
Answered by
graemerocher
Sep 23, 2021
Replies: 1 comment
-
Sounds reasonable, PRs welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ajtuss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sounds reasonable, PRs welcome!