Skip to content

Instantly share code, notes, and snippets.

@andreoss
Created April 15, 2021 04:46
Show Gist options
  • Save andreoss/4f54bcf578df4c2ae39e876df05f6dd3 to your computer and use it in GitHub Desktop.
Save andreoss/4f54bcf578df4c2ae39e876df05f6dd3 to your computer and use it in GitHub Desktop.
Lombok configuration for Spring, makes contructor injection work with annotations
lombok.addLombokGeneratedAnnotation = true
lombok.anyConstructor.addConstructorProperties=true
lombok.copyableAnnotations += org.springframework.beans.factory.annotation.Qualifier
lombok.copyableAnnotations += org.springframework.beans.factory.annotation.Autowired
lombok.copyableAnnotations += org.springframework.beans.factory.annotation.Value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment