You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before submitting
Please check our wiki because some feature requests are asked a lot and there are good reasons (as explained on the wiki) why we can't (yet) implement them or why we won't implement them.
Describe the feature
When I define a parent class A and a child class B, and there is a field a in A .
when @Accessors(chain = true, super = true) is been used , a setter method can be generated on B with
publicclassBextendsA {
BsetA(Aa)
}
Describe the target audience
For more fluent code when a child class extends supuer class.
The text was updated successfully, but these errors were encountered:
Before submitting
Please check our wiki because some feature requests are asked a lot and there are good reasons (as explained on the wiki) why we can't (yet) implement them or why we won't implement them.
Describe the feature
A
and a child classB
, and there is a fielda
inA
.@Accessors(chain = true, super = true)
is been used , a setter method can be generated onB
withDescribe the target audience
For more fluent code when a child class extends supuer class.
The text was updated successfully, but these errors were encountered: