@Target([AnnotationTarget.FIELD]) annotation class 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.
Instructs the Kotlin compiler not to generate getters/setters for this property and expose it as a field.
<init>()
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-field/index.html