Skip to content

Commit

Permalink
Merge pull request #3768 from tamila-krashtan/fix/with-html
Browse files Browse the repository at this point in the history
Fix typo in With.html
  • Loading branch information
rzwitserloot authored Nov 15, 2024
2 parents 0338705 + 9af596e commit e8db33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/features/With.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<@f.snippets name="With" />

<@f.confKeys>
<><dt>
<dt>
<code>lombok.accessors.prefix</code> += <em>a field prefix</em> (default: empty list)
</dt><dd>
This is a list property; entries can be added with the <code>+=</code> operator. Inherited prefixes from parent config files can be removed with the <code>-=</code> 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 <code>m</code> is one of the prefixes listed in this setting, then a field named <code>mFoobar</code> will result in a getter named <code>getFoobar()</code>, not <code>getMFoobar()</code>. An explicitly configured <code>prefix</code> parameter of an <a href="/features/experimental/Accessors"><code>@Accessors</code></a> annotation takes precedence over this setting.
Expand Down

0 comments on commit e8db33a

Please sign in to comment.