79075426

Date: 2024-10-10 16:55:08
Score: 0.5
Natty:
Report link

The following solution helps me:

@RequiredArgsConstructor(onConstructor = @__(@ConstructorProperties({"field1", "field2"})))

It's required to describe only those fields that you expect to see in the constructor

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Oleksandr