From a24bf3194477a841c905827ef625e19b0fd53b2a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 6 Jan 2017 01:21:28 +0100 Subject: feature pages updated and made more consistent. --- website2/templates/features/configuration.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'website2/templates/features/configuration.html') diff --git a/website2/templates/features/configuration.html b/website2/templates/features/configuration.html index db3fc736..d33ae1c5 100644 --- a/website2/templates/features/configuration.html +++ b/website2/templates/features/configuration.html @@ -90,4 +90,17 @@

+ + <@f.featureSection> +

Config keys that can affect any source file

+ +

+ These config keys can make lombok affect source files even if they have 0 lombok annotations in them.
+

+ lombok.fieldDefaults.defaultPrivate = true
+ lombok.fieldDefaults.defaultFinal = true +
+ Turning either of these options on means lombok will make every field in every source file final and/or private unless it has an explicit access modifier or annotation to suppress this. See the @FieldDefaults documentation for more. +

+ -- cgit