IsVar

object IsVar : ExtraProperty<DProperty> , ExtraProperty.Key<DProperty, IsVar>

Whether this DProperty is var or val, should be present both in Kotlin and in Java properties

In case of properties that came from Java, IsVar is added if the java field has no accessors at all (plain field) or has a setter

Functions

Link copied to clipboard
open fun mergeStrategyFor(left: IsVar, right: IsVar): MergeStrategy<DProperty>

Properties

Link copied to clipboard
open override val key: ExtraProperty.Key<DProperty, *>