How to create Kotlin annotation class with getters and setters specific autogenerate

后端 未结 0 665
长发绾君心
长发绾君心 2021-01-05 03:23

I transform any part of dump to Kotlin interface for access:

interface IDumpData {
        //  block 0
        val id: UInt
            get() = blocks[0].getU         


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