diff options
Diffstat (limited to 'website/templates/features/ToString.html')
-rw-r--r-- | website/templates/features/ToString.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/templates/features/ToString.html b/website/templates/features/ToString.html index d2644629..456092d5 100644 --- a/website/templates/features/ToString.html +++ b/website/templates/features/ToString.html @@ -59,6 +59,8 @@ <code>@ToString(doNotUseGetters = true)</code> </p><p> <code>@ToString</code> can also be used on an enum definition. + </p><p> + If you have configured a nullity annotation flavour via <a href="configuration"><code>lombok.config</code></a> key <code>lombok.addNullAnnotations</code>, the method or return type (as appropriate for the chosen flavour) is annotated with a non-null annotation. </p> </@f.smallPrint> </@f.scaffold> |