79746513

Date: 2025-08-26 07:08:18
Score: 1
Natty:
Report link
@Document
public class Person {
    @Id
    private String id;
    private String name;
    private int age;
    private String email;
    private String address;
    // getters/setters
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user26887079