Skip to content

Commit

Permalink
Fix typo in With.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tamila-krashtan authored Oct 26, 2024
1 parent 3394b6e commit 9af596e
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 9af596e

Please sign in to comment.