<How to get the type of an instance of javax.lang....
# stackoverflow
u
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...