mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-05 12:17:02 +00:00
Update FieldDefaults.html
This commit is contained in:
committed by
Roel Spilker
parent
4ed3a062c0
commit
f5a2a79aa7
@@ -38,7 +38,7 @@
|
||||
</dt><dd>
|
||||
Lombok will flag any usage of <code>@FieldDefaults</code> as a warning or error if configured.
|
||||
</dd><dt>
|
||||
<code>lombok.fieldDefautls.defaultPrivate</code> = [<code>true</code> | <code>false</code>] (default: false)
|
||||
<code>lombok.fieldDefaults.defaultPrivate</code> = [<code>true</code> | <code>false</code>] (default: false)
|
||||
</dt><dd>
|
||||
(Since 1.16.8) If set to <code>true</code>, <em>every</em> field in <em>every</em> class or enum anywhere in the sources being compiled will be marked as <code>private</code> unless it has an explicit access modifier or the <code>@PackagePrivate</code> annotation, or an explicit <code>@FieldDefaults</code> annotation is present to override this config key.
|
||||
</dd><dt>
|
||||
|
||||
Reference in New Issue
Block a user