aboutsummaryrefslogtreecommitdiff
path: root/website/download.html
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2011-08-15 22:37:25 +0200
committerRoel Spilker <r.spilker@gmail.com>2011-08-15 22:37:25 +0200
commit41e58cde0f9760d9b687e6d24ac717210e3e20ac (patch)
tree3c736b9be4ca3572c13a8041ca1088f728c34c2a /website/download.html
parenta284600987065aa78bc41b2099421f864cfcec20 (diff)
downloadlombok-41e58cde0f9760d9b687e6d24ac717210e3e20ac.tar.gz
lombok-41e58cde0f9760d9b687e6d24ac717210e3e20ac.tar.bz2
lombok-41e58cde0f9760d9b687e6d24ac717210e3e20ac.zip
Added NetBeans installation instructions
Diffstat (limited to 'website/download.html')
-rw-r--r--website/download.html7
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&hellip;</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&hellip;</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>