<@U0BUH9FRD> Sebastien, I would like to use this a...
# spring
p
@sdeleuze Sebastien, I would like to use this approach to `@ConfigurationProperties`: https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-kotlin-configuration-properties But what can I do about booleans? we can't have
lateinit var enabled: Boolean
because
lateinit
is not allowed on primitives