Is swagger anotations supported in Kotlin class?

Hi all,
Is swagger anotations supported in Kotlin class?

thanks for any help

Hi, I have spring boot application with controllers having both spring and swagger annotations and it works pretty well

yes, in most cases swagger works fine with kotlin classes.
But I find that _id property will be resolved as “get_id” in swagger output, weird…