Hacker News new | ask | show | jobs
by JanecekPetr 438 days ago
https://github.com/Randgalt/record-builder

The upsides are: - it generates code and does not do anything funky with internals, - it has a lot of knobs if you need something a little different.

The downside is that it does not provide you with the other Lombok annotations. In practice that has been OK!

1 comments

Besides this I'd also point to Immutables and AutoValue which both can make builders without touching jvm internals.