W3cubDocs

/Kotlin

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>

JvmField()

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

© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-field/