mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-01 04:10:51 +00:00
[i1329] respect configuration for field access when generating equals, hashCode and toString from Data and Value
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
//CONF: lombok.anyConstructor.suppressConstructorProperties = true
|
||||
//CONF: lombok.toString.doNotUseGetters = true
|
||||
//CONF: lombok.equalsAndHashCode.doNotUseGetters = true
|
||||
@lombok.Data
|
||||
class DataConfiguration {
|
||||
final int x;
|
||||
|
||||
Reference in New Issue
Block a user