diff --git a/website/templates/features/With.html b/website/templates/features/With.html index 867c17eb9..f4809d264 100644 --- a/website/templates/features/With.html +++ b/website/templates/features/With.html @@ -27,7 +27,7 @@ <@f.snippets name="With" /> <@f.confKeys> - <>
+
lombok.accessors.prefix += a field prefix (default: empty list)
This is a list property; entries can be added with the += operator. Inherited prefixes from parent config files can be removed with the -= operator. Lombok will strip any matching field prefix from the name of a field in order to determine the name of the getter/setter to generate. For example, if m is one of the prefixes listed in this setting, then a field named mFoobar will result in a getter named getFoobar(), not getMFoobar(). An explicitly configured prefix parameter of an @Accessors annotation takes precedence over this setting.