79257252

Date: 2024-12-06 08:11:12
Score: 0.5
Natty:
Report link

You added annotation processor, but you forgot add the dependency:

<dependency>
    <groupId>org.projectlombok</groupId>
    <artifactId>lombok</artifactId>
    <optional>true</optional>
</dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nguyen Manh Cuong