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.
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.