From 7a670c5279d7277eeaf626467c4fe023a199ebbf Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 29 Jan 2019 00:59:41 +0100 Subject: [fixes #2013] documentation for config system was still referring to deprecated keys. --- website/templates/features/configuration.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/templates/features/configuration.html b/website/templates/features/configuration.html index 4f861287..09cd46c2 100644 --- a/website/templates/features/configuration.html +++ b/website/templates/features/configuration.html @@ -30,9 +30,9 @@
If set to true, generated setters and getters will simply be named the same as the field name, without a get or set prefix.
- lombok.anyConstructor.suppressConstructorProperties + llombok.anyConstructor.addConstructorProperties
- If true, lombok will not generate a @java.beans.ConstructorProperties annotation when generating constructors. This is particularly useful for GWT and Android development. + If true, lombok will generate a @java.beans.ConstructorProperties annotation when generating constructors. This is particularly useful for GWT and Android development. Note that you'll need to depend on module 'java.desktop' if you're using jigsaw.
lombok.log.fieldName
-- cgit