79309587

Date: 2024-12-26 13:29:43
Score: 0.5
Natty:
Report link

Append @JsonProperty("isCustom") like other says. And change field type from primitive (boolean) to wrapper (Boolean) to avoid duplicate.

@JsonProperty("isCustom")
private Boolean isCustom;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: NeckNecson