JvmField
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.
Since Kotlin
1.0Instructs 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.