init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Lombok's generated accessors follow the record style the rest of the codebase
|
||||
# uses -- `job.state()`, not `job.getState()` -- so that a value being a record
|
||||
# or a class is an implementation detail rather than something call sites have
|
||||
# to know about.
|
||||
config.stopBubbling = true
|
||||
lombok.accessors.fluent = true
|
||||
lombok.accessors.chain = false
|
||||
Reference in New Issue
Block a user