```annotation class ConfigProperty constructor(val...
# getting-started
f
Copy code
annotation class ConfigProperty constructor(val name: String, val nullable: Boolean = false, val defaultValue: String? = null)