blob: eccd9e935467572ec568887f25550bdfe53fe565 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<#import "_setup.html" as s>
<@s.scaffold title="Netbeans">
<@s.introduction>
<p>
The <a href="https://netbeans.org/">Netbeans</a> editor is compatible with lombok.
<ol><li>
Add <code>lombok.jar</code> to the project libraries.
</li><li>
In the project properties, in the section <code>Build – Compiling</code>, check the <code>'Enable Annotation Processing in Editor'</code> checkbox.
</li></ol>
<img src="/img/netbeans-enable-annotation-processing-in-editor.png" />
</p>
</@s.introduction>
</@s.scaffold>
|