Skip to content

Instantly share code, notes, and snippets.

@ctoestreich
Created March 15, 2020 01:28
Show Gist options
  • Save ctoestreich/29c216cd3c2ea9cca635eda74afc376e to your computer and use it in GitHub Desktop.
Save ctoestreich/29c216cd3c2ea9cca635eda74afc376e to your computer and use it in GitHub Desktop.
Lombok Config
# https://projectlombok.org/features/configuration
config.stopBubbling = true
lombok.addLombokGeneratedAnnotation = true
lombok.anyConstructor.addConstructorProperties = true
lombok.copyableAnnotations += javax.inject.Named
lombok.copyableAnnotations += io.micronaut.http.client.annotation.Client
lombok.copyableAnnotations += io.micronaut.context.annotation.Parameter
lombok.copyableAnnotations += io.micronaut.context.annotation.Value
lombok.copyableAnnotations += io.micronaut.configuration.hibernate.jpa.scope.CurrentSession
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment