7 lines
376 B
Plaintext
7 lines
376 B
Plaintext
# Copy the Qualifier annotation from the instance variables to the constructor
|
|
# see https://github.com/rzwitserloot/lombok/issues/745
|
|
lombok.copyableAnnotations += org.springframework.beans.factory.annotation.Qualifier
|
|
lombok.copyableAnnotations += org.springframework.beans.factory.annotation.Value
|
|
lombok.copyableAnnotations += org.springframework.context.annotation.Lazy
|
|
|