diff options
Diffstat (limited to 'website/download.html')
-rw-r--r-- | website/download.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/website/download.html b/website/download.html index f3bc54c5..749cd99b 100644 --- a/website/download.html +++ b/website/download.html @@ -62,6 +62,9 @@ <tr><td class="platform">Javadoc</td> <td class="instruction">First delombok your code then run javadoc on the result. <a href="features/delombok.html">More…</a></td></tr> + <tr><td class="platform">Android</td> + <td class="instruction">The proper way to use lombok with android is somewhat complicated but possible. <a href="setup/android.html">More…</a></td></tr> + <tr><td class="platform">GWT</td> <td class="instruction">Lombok works with GWT. <a href="setup/gwt.html">More…</a></td></tr> |