1 min readNov 15, 2016
--
Nice article!
Auto Value would also be worth looking into and is a better option in my opinion.
- You get concrete implementations of classes with Auto Value, which makes it easier while debugging and reading code.
- Also Project Lombok uses some non-standard hacks to achieve the result.