Join Slack
Powered by
<How to get the type of an instance of javax.lang....
# stackoverflow
u
user
10/15/2018, 7:11 AM
How to get the type of an instance of javax.lang.model.element.Element
I'm following
Hello World of Annotation Processing in Kotlin
and
KotlinPoet's documentation
and am trying to implement a generic builder for Kotlin. I'd like to generically create a method for every field in an annotated data class and give it's argument the same name and type of the field. The problem is that I...
Open in Slack
Previous
Next