mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 12:22:31 +00:00
[fixes #1918] toString now supports a configkey to tell it how to deal with super.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//CONF: lombok.toString.callSuper = CALL
|
||||
@lombok.ToString
|
||||
class ToStringAutoSuperWithNoParent {
|
||||
}
|
||||
|
||||
@lombok.ToString
|
||||
class ToStringAutoSuperWithParent extends ToStringAutoSuperWithNoParent {
|
||||
}
|
||||
Reference in New Issue
Block a user