I want to write a kotlin annotation class that can...
# announcements
a
I want to write a kotlin annotation class that can be applied to type parameters in java code. I see this note here that says it won't (fully) work https://kotlinlang.org/docs/reference/java-interop.html#annotating-type-parameters, and in the docs for
AnnotationTarget.TYPE_PARAMETER
, it notes "(unsupported yet)". Anyone know the status of that ticket / what issues we can face?