From f5a2a79aa74eef2c1185ef0a8b6971d61298f2ec Mon Sep 17 00:00:00 2001 From: Ferenc Czina Date: Sun, 15 Oct 2017 08:19:23 +0200 Subject: Update FieldDefaults.html --- website/templates/features/experimental/FieldDefaults.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website') diff --git a/website/templates/features/experimental/FieldDefaults.html b/website/templates/features/experimental/FieldDefaults.html index 0d4cda9e..c0d3db96 100644 --- a/website/templates/features/experimental/FieldDefaults.html +++ b/website/templates/features/experimental/FieldDefaults.html @@ -38,7 +38,7 @@
Lombok will flag any usage of @FieldDefaults as a warning or error if configured.
- lombok.fieldDefautls.defaultPrivate = [true | false] (default: false) + lombok.fieldDefaults.defaultPrivate = [true | false] (default: false)
(Since 1.16.8) If set to true, every field in every class or enum anywhere in the sources being compiled will be marked as private unless it has an explicit access modifier or the @PackagePrivate annotation, or an explicit @FieldDefaults annotation is present to override this config key.
-- cgit