Open ultrasecreth opened 9 years ago
+1
Any update?
Is there something wrong with the suggested solution for the implementation?
+1, the current behavior is rather annoying
+1
+1
+1
+1
+1
+1
+1
+1 pretty please
+10
+1
+1
It seems that they just simply don't want to do this: https://github.com/rzwitserloot/lombok/issues/1868#issuecomment-423755616 https://github.com/rzwitserloot/lombok/issues/1868#issuecomment-430006792
+1
+1
Hi, any news on this regard?
+1
+1
When you use @Accessors(chain = true) and you have a hierarchy present you can not chain parent setters with child setters cause the return type in the first ones is the parent class so when you wanna start working with the child setters it doesn't work A solution could be overriding the parent setters to change the return type, and so all the setters related to a class return the same type