mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-30 20:23:11 +00:00
17 lines
552 B
HTML
17 lines
552 B
HTML
<#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>
|