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
@Tolerate is a nice feature to create overloaded methods alongside methods that will be genrated by lombok.
So let's say you want to provide an overload for a method created by the @Singular annotation in combination with the @Builder annotation, then it would be very convinient if I could just add the @Tolerate annotation to my overload.
The text was updated successfully, but these errors were encountered:
@Tolerate
is a nice feature to create overloaded methods alongside methods that will be genrated by lombok.So let's say you want to provide an overload for a method created by the
@Singular
annotation in combination with the@Builder
annotation, then it would be very convinient if I could just add the@Tolerate
annotation to my overload.The text was updated successfully, but these errors were encountered: