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