kotlin.jvm
Package kotlin.jvm
Platform and version requirements: JVM
Functions and annotations specific to the Java platform-
Annotations
annotation class JvmField Instructs the Kotlin compiler not to generate getters/setters for this property and expose it as a field. | |
annotation cl |