# This file configures Lombok for the project # See https://projectlombok.org/features/configuration # Add @Generated annotation to all generated code # This allows JaCoCo to automatically exclude Lombok-generated code from coverage lombok.addLombokGeneratedAnnotation = true