stdx-kt
1.3.0
common
stdx-envconf
/
dev.schlaubi.envconf
/
Config
/
provideDelegate
provide
Delegate
operator
fun
provideDelegate
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
EnvironmentVariable
<
String
>
Shortcut to make API usable like this
class Config : EConfig("prefix") {
val PORT by this
}
Content copied to clipboard