Tuesday 18 September 2012

Project Lombok: Put an End to Java Ceremony


Thing I am gonna' show is open-source library code-name Lombok.

Lombok is really two things: a compile-time code generator and a development-time code generator.
Basically, Lombok integrates directly into the Eclipse compilation cycle (by manipulating the abstract syntax tree of your code as you type) and generates code immediately based on annotations. The generated code is visible to all other classes instantly.



See the full article here ...

No comments:

Post a Comment