diff options
Diffstat (limited to 'website/download.html')
-rw-r--r-- | website/download.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/website/download.html b/website/download.html index 32f8fb7a..8f5887cf 100644 --- a/website/download.html +++ b/website/download.html @@ -47,8 +47,11 @@ <tr><td class="platform">Maven or Ivy</td> <td class="instruction">Lombok is in maven central. <a href="mavenrepo/index.html">More…</a></td></tr> - <tr><td class="platform">Javac and netbeans</td> - <td class="instruction">Just put <code>lombok.jar</code> on the classpath. <span style="font-size: 0.8em;">Note that <a href="features/val.html"><em>val</em></a> does not work in Netbeans (yet).</span></td></tr> + <tr><td class="platform">Javac</td> + <td class="instruction">Just put <code>lombok.jar</code> on the classpath.</td></tr> + + <tr><td class="platform">NetBeans</td> + <td class="instruction">Just put <code>lombok.jar</code> on the classpath and enable annotation processing. <a href="setup/netbeans.html">More…</a></td></tr> <tr><td class="platform">Eclipse and STS</td> <td class="instruction">Run <code>lombok.jar</code> as a java app (i.e. doubleclick it, usually) to open the installer.</td></tr> |