Skip to main content

Damir Murat's Library tagged tools   View Popular

07 Oct 09

Project Lombok: Put an End to Java Verbosity

  • 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.
    • What type of code can Lombok generate from annotations? Most importantly, it generates the basic boilerplate stuff that makes Java classes look so verbose, namely:

      • getters and setters for fields
      • toString() representation of your POJOs
      • hashCode() and equals()
  • 5 more annotations...
1 - 20 of 79 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo