Back to Intellij Community

SpringQualifierCopyableLombok

plugins/lombok/src/main/resources/inspectionDescriptions/SpringQualifierCopyableLombok.html

2025.3-rc-2321 B
Original Source

Reports Spring @Qualifier annotations on class fields that are ignored by the corresponding Lombok @RequiredArgsConstructor and @AllArgsConstructor annotations. The generated constructors will not receive the @Qualifier annotation without a lombok.copyableAnnotations definition inside the lombok.config file.