Wednesday, August 21, 2019

A coworker recently introduced me to the Lombok library in Java.  It reduces a lot of boilerplate, and is generally just awesome.  It lets you add getters/setters, builders, and a variety of other functions to classes without having to do all the mundane boilerplate. 

https://www.baeldung.com/intro-to-project-lombok

No comments:

Post a Comment