mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-31 03:32:43 +08:00
4 lines
193 B
Plaintext
4 lines
193 B
Plaintext
# Convert toString and call the previous layer
|
|
lombok.toString.callSuper = CALL
|
|
# Globally configure the callSuper attribute of equalsAndHashCode to true
|
|
lombok.equalsAndHashCode.callSuper=call |