aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-delombok/BuilderDefaultsWarnings.java.messages
blob: bbee62beb6182a36e8e5be6ac19a964d563c2b89 (plain)
1
2
3
4
13 @Builder.Default requires @Builder on the class for it to mean anything.
6 @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. if it is not supposed to be settable during building, add @Builder.Constant.
8 @Builder.Default requires an initializing expression (' = something;').
9 @Builder.Default and @Singular cannot be mixed.