Is it possible to have a `data class` as a target ...
# micronaut
s
Is it possible to have a
data class
as a target for
@ConfigurationProperties
? It fails to wire up the bean if it's a
data class
.