Required Config Property
open class RequiredConfigProperty<T>(config: Config, prefix: String, name: String?, description: String, nullable: Boolean) : PropertyDelegateProvider<Any?, ReadWriteProperty<Any?, T>>
Content copied to clipboard
Functions
provideDelegate
Link copied to clipboard
open operator override fun provideDelegate(thisRef: Any?, property: KProperty<*>): ReadWriteProperty<Any?, T>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard