Files
photosync/lombok.config
2026-08-07 18:10:38 +00:00

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