aboutsummaryrefslogtreecommitdiff
path: root/website/features/GetterSetter.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/features/GetterSetter.html')
-rw-r--r--website/features/GetterSetter.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/website/features/GetterSetter.html b/website/features/GetterSetter.html
index 27bafc70..5b70aaf4 100644
--- a/website/features/GetterSetter.html
+++ b/website/features/GetterSetter.html
@@ -55,6 +55,9 @@
Any annotations named <code>@NonNull</code> (case insensitive) on the field are interpreted as: This field must not ever hold
<em>null</em>. Therefore, these annotations result in an explicit null check in the generated setter. Also, these
annotations (as well as any annotation named <code>@Nullable</code>) are copied to setter parameter and getter method
+ </p><p>
+ Using the <code>AccessLevel.NONE</code> access level simply generates nothing. It's useful only in combination with
+ <a href="Data.html"><code>@Data</code></a>.
</p>
</div>
</div>