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 (rest of arguments)
			

Thanks to Stephen Haberman for figuring this out.