From bb85d799b3ba549c8a29afab0b246cb13b10507a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 6 Jan 2017 01:20:48 +0100 Subject: setup pages added. --- website2/templates/setup/netbeans.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 website2/templates/setup/netbeans.html (limited to 'website2/templates/setup/netbeans.html') diff --git a/website2/templates/setup/netbeans.html b/website2/templates/setup/netbeans.html new file mode 100644 index 00000000..eccd9e93 --- /dev/null +++ b/website2/templates/setup/netbeans.html @@ -0,0 +1,16 @@ +<#import "_setup.html" as s> + +<@s.scaffold title="Netbeans"> + <@s.introduction> +

+ The Netbeans editor is compatible with lombok. +

  1. + Add lombok.jar to the project libraries. +
  2. + In the project properties, in the section Build – Compiling, check the 'Enable Annotation Processing in Editor' checkbox. +
+ + +

+ + -- cgit