mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-04 16:14:27 +00:00
17 lines
498 B
HTML
17 lines
498 B
HTML
<#import "_setup.html" as s>
|
|
|
|
<@s.scaffold title="GWT">
|
|
<@s.introduction>
|
|
<p>
|
|
<a href="http://www.gwtproject.org/">GWT (Google Web Toolkit)</a> is compatible with lombok.
|
|
</p><p>
|
|
Edit your <code>proj-debug</code> and <code>proj-compile</code> batch scripts to add the following VM arguments:
|
|
<pre>
|
|
java <strong>-javaagent:lombok.jar=ECJ</strong> <em>(rest of arguments)</em>
|
|
</pre>
|
|
</p><p>
|
|
Thanks to Stephen Haberman for figuring this out.
|
|
</p>
|
|
</@s.introduction>
|
|
</@s.scaffold>
|