Skip to content

Commit

Permalink
Fix docs. Fixes #2099
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel Spilker authored and Roel Spilker committed Apr 30, 2019
1 parent 5c10191 commit e9faba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/templates/features/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
</dt><dd>
If set to <code>true</code>, generated setters and getters will simply be named the same as the field name, without a <code>get</code> or <code>set</code> prefix.
</dd><dt>
<code>llombok.anyConstructor.addConstructorProperties</code>
<code>lombok.anyConstructor.addConstructorProperties</code>
</dt><dd>
If <code>true</code>, lombok will generate a <code>@java.beans.ConstructorProperties</code> annotation when generating constructors. This is particularly useful for GWT and Android development. Note that you'll need to depend on module 'java.desktop' if you're using jigsaw.
If <code>true</code>, lombok will generate a <code>@java.beans.ConstructorProperties</code> annotation when generating constructors. Note that you'll need to depend on module 'java.desktop' if you're using jigsaw.
</dd><dt>
<code>lombok.log.fieldName</code>
</dt><dd>
Expand Down

0 comments on commit e9faba0

Please sign in to comment.