All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.lombok.config Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
# This is the root config for this project
config.stopBubbling = true

# No need for test coverage on Lombok generated code with JaCoCo
lombok.addLombokGeneratedAnnotation = true

# @NonNull uses java.util.Objects.requireNonNull(...)
lombok.nonNull.exceptionType = JDK




© 2015 - 2024 Weber Informatics LLC | Privacy Policy