Maven or Ivy |
Lombok is in maven central. More… |
Javac and netbeans |
Just put lombok.jar on the classpath. Note that val does not work in Netbeans (yet). |
Eclipse and STS |
Run lombok.jar as a java app (i.e. doubleclick it, usually) to open the installer. |
IDEA IntelliJ |
lombok doesn't (yet) work under IntelliJ. We're working on it though! |
Javadoc |
First delombok your code then run javadoc on the result. More… |
GWT |
Lombok works with GWT. More… |
Play! Framework |
Use Aaron Freeman's lombok play plugin. |
ecj |
Lombok works on ecj and ecj-based tools. More… |