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
Currently, the builder autogenerate a build() method on all builders, which prevent having a custom build logic.
It would be nice to have a toggle to deactivate it, and letting us implement it ourself. Something like this:
Currently, the builder autogenerate a
build()
method on all builders, which prevent having a custom build logic.It would be nice to have a toggle to deactivate it, and letting us implement it ourself. Something like this:
The text was updated successfully, but these errors were encountered: