Add publicField annotation

This commit is contained in:
Yan Zhulanow
2015-06-25 01:50:07 +03:00
parent 441e72abed
commit bffb24b075
6 changed files with 48 additions and 1 deletions
@@ -27,3 +27,9 @@ import java.lang.annotation.RetentionPolicy
*/
Retention(RetentionPolicy.CLASS)
public annotation class jvmOverloads
/**
* Instructs the Kotlin compiler to generate a public backing field for this property.
*/
Retention(RetentionPolicy.SOURCE)
public annotation class publicField