From 9af596e29ecb0375d3474e4de7299cb21ecadbd6 Mon Sep 17 00:00:00 2001 From: tamila-krashtan Date: Sat, 26 Oct 2024 17:58:00 +0300 Subject: [PATCH] Fix typo in With.html --- website/templates/features/With.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/templates/features/With.html b/website/templates/features/With.html index 867c17eb9d..f4809d2647 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.