Hi, all

Lombok can simplify our work for creating java entity.
Using Lombok annotation, it will enhance java byte code within compile step.
We can use @Getter @Setter @Log @RequiredArgsConstructor to define our model 
simplify.
See more detail from https://projectlombok.org <https://projectlombok.org/>

any thought?

Reply via email to