spring-projects / spring-petclinic

A sample Spring-based application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why not use Lombok?

RaveenDharmasiri opened this issue · comments

Why don't we try Lombok and reduce the boilerplate code like getters, setters, constructor creation etc..?

<dependency>
  <groupId>org.projectlombok</groupId>
  <artifactId>lombok</artifactId>
  <optional>true</optional>
</dependency>

We're not going to start a debate around lombok here. We have no intention of using it.