This commit is contained in:
iceBear67
2026-08-07 18:10:38 +00:00
commit 014b18f1ba
232 changed files with 16847 additions and 0 deletions
+7
View File
@@ -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