NoArg: Add compiler plugin

This commit is contained in:
Yan Zhulanow
2016-10-05 21:43:41 +03:00
committed by Yan Zhulanow
parent 6abde4223b
commit e626b121ad
28 changed files with 659 additions and 48 deletions
@@ -0,0 +1,8 @@
@java.lang.annotation.Retention
@kotlin.Metadata
public annotation class NoArg
@kotlin.Metadata
public final class Test {
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}