79301111

Date: 2024-12-22 13:57:06
Score: 1.5
Natty:
Report link

You can use Lombok's @Getter and @Setter annotation on your class which creates the getters and setters for you.

You could also use the @Data annotation which bundles the features of @Getter and @Setter and other annotations together.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Getter
  • User mentioned (0): @Setter
  • User mentioned (0): @Data
  • User mentioned (0): @Getter
  • User mentioned (0): @Setter
  • Low reputation (1):
Posted by: user564930