kotlin.jvm.JvmField

JvmField

@Target([AnnotationTarget.FIELD]) annotation class JvmField

Platform and version requirements: JVM

Instructs the Kotlin compiler not to generate getters/setters for this property and expose it as a field.

See the Kotlin language documentation for more information.

Constructors

<init>

登录查看完整内容