javaField

val KProperty<*>.javaField: Field?(source)

Returns a Java Field instance corresponding to the backing field of the given property, or null if the property has no backing field.

Since Kotlin

1.0