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")
}
Content copied to clipboard
This produces
val name = "Kodee"
Content copied to clipboard