aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features/experimental/Wither.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-09-18 01:40:32 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-09-18 01:40:32 +0200
commitaee4e76d864e01b5d453409e703ad54852fa57bb (patch)
tree98e00ec3d53c03a492d0c8b3d3af678167cbbddc /website/templates/features/experimental/Wither.html
parent9198551defb7dd71d872c7b86af0a3f0bf0ec545 (diff)
downloadlombok-aee4e76d864e01b5d453409e703ad54852fa57bb.tar.gz
lombok-aee4e76d864e01b5d453409e703ad54852fa57bb.tar.bz2
lombok-aee4e76d864e01b5d453409e703ad54852fa57bb.zip
updated docs to reflect change to copyable annotations
Diffstat (limited to 'website/templates/features/experimental/Wither.html')
-rw-r--r--website/templates/features/experimental/Wither.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/features/experimental/Wither.html b/website/templates/features/experimental/Wither.html
index 9642458b..00dc10b1 100644
--- a/website/templates/features/experimental/Wither.html
+++ b/website/templates/features/experimental/Wither.html
@@ -60,7 +60,7 @@
</p><p>
For <code>boolean</code> fields that start with <code>is</code> immediately followed by a title-case letter, nothing is prefixed to generate the wither name.
</p><p>
- 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 wither. Also, these annotations (as well as any annotation named <code>@Nullable</code> or <code>@CheckForNull</code>) are copied to wither parameter.
+ Various well known annotations about nullity cause null checks to be inserted and will be copied to the parameter. See <a href="/features/GetterSetter">Getter/Setter</a> documentation's small print for more information.
</p>
</@f.smallPrint>
</@f.scaffold>