Add publicField annotation
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user