Join Slack
Powered by
<@U484XHUKB> It looks from the documentation that ...
# announcements
r
rhencke
04/06/2017, 2:26 AM
@johnl
It looks from the documentation that snakeyaml might support constructors, too. If that's the case, you may be able to use a data class to good effect:
Copy code
data class Services(val services: List<Service> = listOf())
4
Views
Open in Slack
Previous
Next