aboutsummaryrefslogtreecommitdiff
path: root/test/configuration/resource/configurationRoot/out.txt
blob: 54e910944fa204ad618bd4832e4e876ac298b76c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Configuration for 'BASE/d1/d11'.

# Emit a warning or error if @Accessors is used.
lombok.Accessors.flagUsage = ERROR
# BASE/d1/lombok.config:
#      <'lombok.Accessors.flagUsage' not mentioned>
# 
# BASE/d1/d11/lombok.config:
#    3: lombok.Accessors.flagUsage = ERROR

# Generate setters that return 'this' instead of 'void'.
lombok.Accessors.chain = false
# BASE/d1/lombok.config:
#      <'lombok.Accessors.chain' not mentioned>
# 
# BASE/d1/d11/lombok.config:
#    2: lombok.Accessors.chain = false

# Strip this field prefix, like 'f' or 'm_', from the names of generated getters and setters.
lombok.Accessors.prefix += f
# BASE/d1/lombok.config:
#      <'lombok.Accessors.prefix' not mentioned>
# 
# BASE/d1/d11/lombok.config:
#    4: lombok.Accessors.prefix += f

# Use this name for the generated logger fields (default: 'log')
clear lombok.log.fieldName


Configuration for:
- BASE/d1/d11/d111
- BASE/d1/d11/d111/f1.txt

# Emit a warning or error if @Accessors is used.
lombok.Accessors.flagUsage = ERROR
# BASE/d1/lombok.config:
#      <'lombok.Accessors.flagUsage' not mentioned>
# 
# BASE/d1/d11/lombok.config:
#    3: lombok.Accessors.flagUsage = ERROR
# 
# BASE/d1/d11/d111/lombok.config:
#      <'lombok.Accessors.flagUsage' not mentioned>

# Generate setters that return 'this' instead of 'void'.
clear lombok.Accessors.chain
# BASE/d1/lombok.config:
#      <'lombok.Accessors.chain' not mentioned>
# 
# BASE/d1/d11/lombok.config:
#    2: lombok.Accessors.chain = false
# 
# BASE/d1/d11/d111/lombok.config:
#    1: clear lombok.Accessors.chain

# Strip this field prefix, like 'f' or 'm_', from the names of generated getters and setters.
lombok.Accessors.prefix += f
lombok.Accessors.prefix += m_
# BASE/d1/lombok.config:
#      <'lombok.Accessors.prefix' not mentioned>
# 
# BASE/d1/d11/lombok.config:
#    4: lombok.Accessors.prefix += f
# 
# BASE/d1/d11/d111/lombok.config:
#    2: lombok.Accessors.prefix += m_

# Use this name for the generated logger fields (default: 'log')
clear lombok.log.fieldName


Configuration for 'BASE/d1/d12'.

# Emit a warning or error if @Accessors is used.
clear lombok.Accessors.flagUsage

# Generate setters that return 'this' instead of 'void'.
lombok.Accessors.chain = true
# BASE/d1/lombok.config:
#      <'lombok.Accessors.chain' not mentioned>
# 
# BASE/d1/d12/lombok.config:
#    2: lombok.Accessors.chain = true

# Strip this field prefix, like 'f' or 'm_', from the names of generated getters and setters.
clear lombok.Accessors.prefix

# Use this name for the generated logger fields (default: 'log')
clear lombok.log.fieldName