-
-
Notifications
You must be signed in to change notification settings - Fork 979
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
Add documentation about the Builders support #1417
Comments
Well, being in snapshot channel you have to be ready to see a red bar...
Primarily this was done (adopted) to have a Mapstruct support.
JPA has some requirements as you know, |
I feel you @soberich. What can you do is to use jitpack.io with this commit which is before the builder stuff. In any case you are right we would need to fix something like this. At this moment there are 2 options that could be done:
By the way fluent accessor would work now for non builders as well. As a method is considered as a setter when it returns itself, has a single parameter and does not start with get, is or set. |
How a builder is detect?
How are builder create method and build method detected?
The text was updated successfully, but these errors were encountered: