Join Slack
Powered by
I want to write a kotlin annotation class that can...
# announcements
a
aarjav
10/20/2020, 8:36 PM
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?
2
Views
Open in Slack
Previous
Next