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.