From 41e58cde0f9760d9b687e6d24ac717210e3e20ac Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 15 Aug 2011 22:37:25 +0200 Subject: Added NetBeans installation instructions --- website/download.html | 7 ++- ...eans-enable-annotation-processing-in-editor.png | Bin 0 -> 130876 bytes website/setup/netbeans.html | 65 +++++++++++++++++++++ 3 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 website/setup/netbeans-enable-annotation-processing-in-editor.png create mode 100644 website/setup/netbeans.html 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 @@ Maven or Ivy Lombok is in maven central. More… - Javac and netbeans - Just put lombok.jar on the classpath. Note that val does not work in Netbeans (yet). + Javac + Just put lombok.jar on the classpath. + + NetBeans + Just put lombok.jar on the classpath and enable annotation processing. More… Eclipse and STS Run lombok.jar as a java app (i.e. doubleclick it, usually) to open the installer. diff --git a/website/setup/netbeans-enable-annotation-processing-in-editor.png b/website/setup/netbeans-enable-annotation-processing-in-editor.png new file mode 100644 index 00000000..d8a6b4c3 Binary files /dev/null and b/website/setup/netbeans-enable-annotation-processing-in-editor.png differ diff --git a/website/setup/netbeans.html b/website/setup/netbeans.html new file mode 100644 index 00000000..a828fc9f --- /dev/null +++ b/website/setup/netbeans.html @@ -0,0 +1,65 @@ + + + + + + + + + Project Lombok + + + Fork me on GitHub +
+

Project Lombok - NetBeans instructions

+ +
+
    +
  1. Add lombok.jar to the Project Libraries.
  2. +
  3. In the Project Properties, in the section Build – Compiling, check the 'Enable Annotation Processing in Editor' checkbox.
  4. +
+ +
+
+
+ +
+ + + -- cgit