4 lines
246 B
Plaintext
4 lines
246 B
Plaintext
|
|
# Copy the Qualifier annotation from the instance variables to the constructor
|
||
|
|
# see https://github.com/rzwitserloot/lombok/issues/745
|
||
|
|
config.stopBubbling = true
|
||
|
|
lombok.copyableAnnotations += org.springframework.beans.factory.annotation.Qualifier
|