Last Updated: February 25, 2016
·
1.268K
· kyeljmd

Reducing Java Boilerplate Code

We often let our IDE generate the setters and getters of class, However we've reached a point where it is very annoying. Java is very verbose, I'll give you that. but we can reduce its boilerplate code with this simple library called Lombok.

http://standardofnorms.wordpress.com/2013/05/10/reducing-java-boilerplate-code-with-lombok-with-eclipse-installation/