provideDelegate
operator fun provideDelegate(thisRef: Any?, property: KProperty<*>): EnvironmentVariable<String>(source)
Deprecated
Replaced by environment
Replace with
environment
Content copied to clipboard
Shortcut to make API usable like this
class Config : EConfig("prefix") {
val PORT by this
}
Content copied to clipboard