Join Slack
Powered by
<@U0BUH9FRD> Sebastien, I would like to use this a...
# spring
p
poohbar
04/05/2018, 1:56 PM
@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
2
Views
Open in Slack
Previous
Next