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 trying to use @RequiredArgsConstructo with final fields annotated with some annotations, but unfortunately, it gave me a warning that the annotations would not be inherited to the @RequiredArgsConstructor.
I may try to contribute to the project with this implementation.
The text was updated successfully, but these errors were encountered:
I was trying to use
@RequiredArgsConstructo
with final fields annotated with some annotations, but unfortunately, it gave me a warning that the annotations would not be inherited to the@RequiredArgsConstructor
.I may try to contribute to the project with this implementation.
The text was updated successfully, but these errors were encountered: