aboutsummaryrefslogtreecommitdiff
path: root/website/features/GetterSetter.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-09-03 02:28:30 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-09-03 02:28:30 +0200
commitd0116a8efe58c608b2001855d0cde92392ae9ca2 (patch)
tree992a2a5bbaf029e0602c8b12127b97e8c668741e /website/features/GetterSetter.html
parent0b30a5695022649c0e9288b167fe15893e06887b (diff)
downloadlombok-d0116a8efe58c608b2001855d0cde92392ae9ca2.tar.gz
lombok-d0116a8efe58c608b2001855d0cde92392ae9ca2.tar.bz2
lombok-d0116a8efe58c608b2001855d0cde92392ae9ca2.zip
Updated website features documentation for the new AnnotationLevel.NONE.
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>