mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 00:26:04 +00:00
[Fixes #965] Adds a config key to automatically determine the behaviour of equals and hashCode generation when
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//CONF: lombok.equalsAndHashCode.callSuper = skip
|
||||
|
||||
@lombok.EqualsAndHashCode
|
||||
class EqualsAndHashCodeConfigKeys1Parent {
|
||||
}
|
||||
@lombok.EqualsAndHashCode
|
||||
class EqualsAndHashCodeConfigKeys1 extends EqualsAndHashCodeConfigKeys1Parent {
|
||||
int x;
|
||||
}
|
||||
Reference in New Issue
Block a user