diff options
author | Roel Spilker <r.spilker@gmail.com> | 2020-01-17 16:29:27 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2020-01-20 14:11:38 +0100 |
commit | df4501a648f32111c6ee3ace1c826b3d3eef55a1 (patch) | |
tree | 62aa86455a8959d491025b91414b6a93a53bbc54 /test/configuration/resource/configurationRoot | |
parent | 8b2d4ca67c2077d7812ba4fec93d94094df0faa8 (diff) | |
download | lombok-df4501a648f32111c6ee3ace1c826b3d3eef55a1.tar.gz lombok-df4501a648f32111c6ee3ace1c826b3d3eef55a1.tar.bz2 lombok-df4501a648f32111c6ee3ace1c826b3d3eef55a1.zip |
Config import: add traces for archives to the tests
Diffstat (limited to 'test/configuration/resource/configurationRoot')
-rw-r--r-- | test/configuration/resource/configurationRoot/out.txt | 54 |
1 files changed, 53 insertions, 1 deletions
diff --git a/test/configuration/resource/configurationRoot/out.txt b/test/configuration/resource/configurationRoot/out.txt index 41ac457b..19dc1e2d 100644 --- a/test/configuration/resource/configurationRoot/out.txt +++ b/test/configuration/resource/configurationRoot/out.txt @@ -15,9 +15,23 @@ lombok.accessors.prefix += f # BASE/d1/d11/lombok.config (stopped bubbling): # 5: lombok.accessors.prefix += f +# Generate @javax.annotation.Generated on all generated code (default: false). Deprecated, use 'lombok.addJavaxGeneratedAnnotation' instead. +clear lombok.addGeneratedAnnotation + +# Generate @javax.annotation.Generated on all generated code (default: follow lombok.addGeneratedAnnotation). +clear lombok.addJavaxGeneratedAnnotation + +# Generate @ConstructorProperties for generated constructors (default: false). +clear lombok.anyConstructor.addConstructorProperties + # Use this name for the generated logger fields (default: 'log'). clear lombok.log.fieldName +# Copy these annotations to getters, setters, with methods, builder-setters, etc. +lombok.copyableAnnotations += copy1 +# BASE/d1/d11/lombok.config (stopped bubbling): +# 7: lombok.copyableAnnotations += copy1 + Configuration for: - BASE/d1/d11/d111 @@ -50,9 +64,35 @@ lombok.accessors.prefix += m_ # BASE/d1/d11/d111/lombok.config: # 4: lombok.accessors.prefix += m_ +# Generate @javax.annotation.Generated on all generated code (default: false). Deprecated, use 'lombok.addJavaxGeneratedAnnotation' instead. +lombok.addGeneratedAnnotation = true +# BASE/archives/a1.jar!d1/include.config (imported from BASE/archives/a1.jar!lombok.config:1) (stopped bubbling): +# 4: lombok.addGeneratedAnnotation = true + +# Generate @javax.annotation.Generated on all generated code (default: follow lombok.addGeneratedAnnotation). +lombok.addJavaxGeneratedAnnotation = true +# BASE/archives/a1.jar!d2/include.config (imported from BASE/archives/a1.jar!d1/include.config:1) (stopped bubbling): +# 1: lombok.addJavaxGeneratedAnnotation = true + +# Generate @ConstructorProperties for generated constructors (default: false). +lombok.anyConstructor.addConstructorProperties = true +# BASE/archives/a1.jar!lombok.config (imported from BASE/d1/d11/d111/import1.config:4) (stopped bubbling): +# 3: lombok.anyConstructor.addConstructorProperties = true + # Use this name for the generated logger fields (default: 'log'). clear lombok.log.fieldName +# Copy these annotations to getters, setters, with methods, builder-setters, etc. +lombok.copyableAnnotations += copy2 +# BASE/d1/d11/lombok.config (stopped bubbling): +# 7: lombok.copyableAnnotations += copy1 +# +# BASE/archives/a2.zip!reset.config (imported from BASE/d1/d11/d111/lombok.config:2): +# 1: clear lombok.copyableAnnotations +# +# BASE/d1/d11/d111/lombok.config: +# 5: lombok.copyableAnnotations += copy2 + Configuration for 'BASE/d1/d12'. @@ -67,5 +107,17 @@ lombok.accessors.chain = true # Strip this field prefix, like 'f' or 'm_', from the names of generated getters and setters. clear lombok.accessors.prefix +# Generate @javax.annotation.Generated on all generated code (default: false). Deprecated, use 'lombok.addJavaxGeneratedAnnotation' instead. +clear lombok.addGeneratedAnnotation + +# Generate @javax.annotation.Generated on all generated code (default: follow lombok.addGeneratedAnnotation). +clear lombok.addJavaxGeneratedAnnotation + +# Generate @ConstructorProperties for generated constructors (default: false). +clear lombok.anyConstructor.addConstructorProperties + # Use this name for the generated logger fields (default: 'log'). -clear lombok.log.fieldName
\ No newline at end of file +clear lombok.log.fieldName + +# Copy these annotations to getters, setters, with methods, builder-setters, etc. +clear lombok.copyableAnnotations
\ No newline at end of file |