projectlombok / lombok

Very spicy additions to the Java programming language.
https://projectlombok.org/
Other
12.92k stars 2.4k forks source link

[FEATURE] Update Constructor Annotations To Add The Attribute Annotations #3770

Open ahmed-mehanna-1 opened 3 weeks ago

ahmed-mehanna-1 commented 3 weeks ago

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.