Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] @Accessors(chain = true) can not generate accessor for parent #3730

Open
He-Pin opened this issue Aug 22, 2024 · 0 comments
Open

Comments

@He-Pin
Copy link

He-Pin commented Aug 22, 2024

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

  1. When I define a parent class A and a child class B, and there is a field a in A .
  2. when @Accessors(chain = true, super = true) is been used , a setter method can be generated on B with
public class B extends A {
 B setA(A a) 
}

Describe the target audience
For more fluent code when a child class extends supuer class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant