Kotlin Compiler Plugin: How to check if a property has an annotation?

后端 未结 0 785
执笔经年
执笔经年 2021-01-03 18:39

I am creating a Kotlin compiler plugin in which I need to check if a property of a data class has an annotation:

data class User(
     @MyAnnotation
     val          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题