-
-
Notifications
You must be signed in to change notification settings - Fork 27.3k
Closed
Description
Project Lombok enables using of annotations to generate code. Let's introduce it to the project to reduce amount of boilerplate. In the first stage we could utilize the simplest annotations like @Getter @Setter @Slf4j @ToString @EqualsAndHashCode
. I think the more advanced ones sacrifice code readability and should be avoided.