SubSpecDelegateProvider

This class is not supposed to be used directly.

it is used by the processor to allow for syntax like this

val name by addProperty<String> {
initializer("%S", "Kodee")
}

This produces

val name = "Kodee"

Functions

Link copied to clipboard
operator fun provideDelegate(thisRef: Any?, property: KProperty<*>): ReadOnlyProperty<Any?, T>