mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 00:26:04 +00:00
New feature: FieldDefaults can now be configured to apply to _every_ file, regardless of annotations.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//CONF: lombok.fieldDefaults.defaultFinal = true
|
||||
@lombok.RequiredArgsConstructor
|
||||
class FieldDefaultsViaConfigAndRequiredArgsConstructor {
|
||||
int x;
|
||||
}
|
||||
Reference in New Issue
Block a user