Hacker News new | ask | show | jobs
by stickfigure 2409 days ago
Lombok's @Data (which is probably 90% of why people use it) is essentially equivalent to Ruby's attr_accessor. It's not "magic" so much as small and useful modification to the language.