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 --- ...eans-enable-annotation-processing-in-editor.png | Bin 0 -> 130876 bytes website/setup/netbeans.html | 65 +++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 website/setup/netbeans-enable-annotation-processing-in-editor.png create mode 100644 website/setup/netbeans.html (limited to 'website/setup') 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