Hacker News new | ask | show | jobs
by pulse7 1744 days ago
No more Lombok @Data annotations needed...
1 comments

Actually, I think it would be the lombok @Value. Record classes are immutable, while @Data adds set methods.