Fork me on GitHub

Project Lombok - gwt instructions

Feature Overview Discuss / Help Contribute Report an issue
Download!
Version: @VERSION@ | changelog
gwt (Google Web Toolkit) is compatible with lombok.

Edit your proj-debug and proj-compile batch scripts to add the following VM arguments:

java -javaagent:lombok.jar=ECJ -Xbootclasspath/p:lombok.jar -jar gwt.jar (rest of arguments)
			

Thanks to Stephan Habermann for figuring this out.