Join Slack
Powered by
In lombok, the inclusion/exclusion strategies are ...
# language-proposals
s
Sola
03/20/2017, 5:41 AM
In lombok, the inclusion/exclusion strategies are very neat, (e.g.:
@ToString(exclude = "password")
@EqualsAndHashCode(of = "id")
etc..). I'm wondering if kotlin data classes could have similar. Thread in Slack Conversation
👍 4
Open in Slack
Previous
Next