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
I was wondering if it was possible to add functionality to create a builder around a method, with the "build" method actually invoking the target method?
I can in fact emulate this using Lombok, but this library is much more flexible.
On the surface, it looks like "just" an underlying record and a builder with a non-constructor target method and return type but in practice I know there might be gotchas.
The text was updated successfully, but these errors were encountered:
I was wondering if it was possible to add functionality to create a builder around a method, with the "build" method actually invoking the target method?
I can in fact emulate this using Lombok, but this library is much more flexible.
On the surface, it looks like "just" an underlying record and a builder with a non-constructor target method and return type but in practice I know there might be gotchas.
The text was updated successfully, but these errors were encountered: