projectlombok / lombok

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

[FEATURE] Add init method to annotations AllArgsConstructor and RequieredArgsConstructor #3759

Open denis-vl opened 1 month ago

denis-vl commented 1 month ago

Using the AllArgsConstructor and RequiredArgsConstructor annotations there is no way to initialize the class.