<@U23JRUM70> the `data class` concept is fairly si...
# announcements
g
@jackmiras the
data class
concept is fairly simple, the generated byte code will provide a deep equals and equivalent hashcode implementation, and beans-convention
getters
(and
setters
where appropriate) for data classes. It follows every convention you'd expect it to which means it plays nicely with most reflective libraries (eg JavaFX and StringTemplate)