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 @@
@FieldDefaults as a warning or error if configured.
lombok.fieldDefautls.defaultPrivate = [true | false] (default: false)
+ lombok.fieldDefaults.defaultPrivate = [true | false] (default: false)
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.