Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rzwitserloot/lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
rzwitserloot committed Apr 30, 2019
2 parents b7d5638 + e9faba0 commit ac0eeac
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 ac0eeac

Please sign in to comment.