NoArg: Add compiler plugin
This commit is contained in:
committed by
Yan Zhulanow
parent
6abde4223b
commit
e626b121ad
@@ -0,0 +1,19 @@
|
||||
@NoArg
|
||||
annotation class NoArg
|
||||
|
||||
@NoArg
|
||||
interface Intf
|
||||
|
||||
@NoArg
|
||||
enum class Colors { RED, WHITE }
|
||||
|
||||
@NoArg
|
||||
object Obj
|
||||
|
||||
class MyClass(a: Int) {
|
||||
@NoArg
|
||||
fun someFun() {}
|
||||
|
||||
@field:NoArg @get:NoArg @set:NoArg
|
||||
var abc: String = ""
|
||||
}
|
||||
Reference in New Issue
Block a user