Created
March 15, 2020 01:28
-
-
Save ctoestreich/29c216cd3c2ea9cca635eda74afc376e to your computer and use it in GitHub Desktop.
Lombok Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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