indiWiz.com

Subhash's Tech Log

Reduce Java boiler-plate code using Lombok

without comments

We all hate the verbocity of Java. We all hate getters and setters and toString and hashCode and equals. We also hate the lack of closure support for proper resource handling. Now you can still love your favorite language without doing these manual chores!

There is a fine OpenSource project, oddly named as Project Lombok which fixes the boiler plate code writing (or generation) using annotations. Beautifully designed, this is some thing which could save you lot of time. Checkout their video (available in the home page).

Written by Subhash Chandran

October 8th, 2009 at 12:55 pm

Posted in Java

Tagged with ,

Leave a Reply