diff options
| author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-09-18 01:40:32 +0200 |
|---|---|---|
| committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-09-18 01:40:32 +0200 |
| commit | aee4e76d864e01b5d453409e703ad54852fa57bb (patch) | |
| tree | 98e00ec3d53c03a492d0c8b3d3af678167cbbddc /website/templates/features/constructor.html | |
| parent | 9198551defb7dd71d872c7b86af0a3f0bf0ec545 (diff) | |
| download | lombok-aee4e76d864e01b5d453409e703ad54852fa57bb.tar.gz lombok-aee4e76d864e01b5d453409e703ad54852fa57bb.tar.bz2 lombok-aee4e76d864e01b5d453409e703ad54852fa57bb.zip | |
updated docs to reflect change to copyable annotations
Diffstat (limited to 'website/templates/features/constructor.html')
| -rw-r--r-- | website/templates/features/constructor.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/templates/features/constructor.html b/website/templates/features/constructor.html index 716efe5a..fc0be1c6 100644 --- a/website/templates/features/constructor.html +++ b/website/templates/features/constructor.html @@ -51,6 +51,8 @@ </p><p> While <code>suppressConstructorProperties</code> has been marked deprecated in anticipation of a world where all java environments have the <code>@ConstructorProperties</code> annotation available, first GWT 2.2 and Android 2.3.3, which do not (yet) have this annotation, will have to be ancient history before this annotation parameter will be removed. </p><p> + 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><p> The <code>flagUsage</code> configuration keys do not trigger when a constructor is generated by <code>@Data</code>, <code>@Value</code> or any other lombok annotation. </p> </@f.smallPrint> |
