mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 10:23:55 +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 = call
|
||||
|
||||
@lombok.EqualsAndHashCode
|
||||
class EqualsAndHashCodeConfigKeys2Parent {
|
||||
}
|
||||
@lombok.EqualsAndHashCode
|
||||
class EqualsAndHashCodeConfigKeys2 extends EqualsAndHashCodeConfigKeys2Parent {
|
||||
int x;
|
||||
}
|
||||
Reference in New Issue
Block a user