Add JvmSynthetic annotation

This commit is contained in:
Yan Zhulanow
2015-10-02 14:18:55 +03:00
parent 9eeb89a6aa
commit 2c848b8bb0
12 changed files with 127 additions and 52 deletions
@@ -61,6 +61,10 @@ public annotation class JvmName(public val name: String)
@MustBeDocumented
public annotation class JvmMultifileClass
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.FIELD)
@Retention(AnnotationRetention.SOURCE)
public annotation class JvmSynthetic
/**
* Instructs the Kotlin compiler to generate a public backing field for this property.
*/