Hi devs, Has anyone in the community ever looked at using Project Lombok[1] to help simplify our source code? I stumbled across this a couple of years back and thought it was pretty useful. Just never had a chance to use it with anything...
I think that the @Builder [2], @EqualsHashCode, and other annotations could make many of our classes much simpler. We might be able to get rid of all of that boilerplate code! ;) WDYT? [1] http://projectlombok.org/ [2] https://github.com/rzwitserloot/lombok/blob/master/src/core/lombok/experimental/Builder.java /jd