diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-11-12 21:30:23 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-11-12 21:30:23 +0100 |
commit | 94d11d89a79d6cb417bac8261449c3f895f84990 (patch) | |
tree | 81ff9b488f3f716eee1f3b59429e70c348cba3d5 /website/templates/features/GetterSetter.html | |
parent | db19327cb4b9f5a08665b85d4cb953118ce69c13 (diff) | |
download | lombok-94d11d89a79d6cb417bac8261449c3f895f84990.tar.gz lombok-94d11d89a79d6cb417bac8261449c3f895f84990.tar.bz2 lombok-94d11d89a79d6cb417bac8261449c3f895f84990.zip |
[issue #1938] addressing some small issues with the documentation.
Diffstat (limited to 'website/templates/features/GetterSetter.html')
-rw-r--r-- | website/templates/features/GetterSetter.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/website/templates/features/GetterSetter.html b/website/templates/features/GetterSetter.html index 04cd1ec7..a429c9ac 100644 --- a/website/templates/features/GetterSetter.html +++ b/website/templates/features/GetterSetter.html @@ -45,6 +45,10 @@ <code>lombok.getter.flagUsage</code> = [<code>warning</code> | <code>error</code>] (default: not set) </dt><dd> Lombok will flag any usage of <code>@Getter</code> as a warning or error if configured. + </dd><dt> + <code>lombok.copyableAnnotations</code> = [<em>A list of fully qualified types</em>] (default: empty list) + </dt><dd> + Lombok will copy any of these annotations from the field to the setter parameter, and to the getter method. Note that lombok ships with a bunch of annotations 'out of the box' which are known to be copyable: All popular nullable/nonnull annotations. </dd> </@f.confKeys> |