groostav
02/22/2017, 7:46 PMdata 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)