8 lines
345 B
Plaintext
8 lines
345 B
Plaintext
# 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
|