mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-30 00:21:12 +00:00
[i659] suppression of @ConstructorProperties should use config instead. Also modified all onX examples to use two underscores.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//CONF: lombok.anyConstructor.suppressConstructorProperties = true
|
||||
@lombok.Data
|
||||
class DataConfiguration {
|
||||
final int x;
|
||||
}
|
||||
Reference in New Issue
Block a user