✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
.s0 { color: #0033b3;}
.s1 { color: #080808;}
.s2 { color: #8c8c8c; font-style: italic;}
.s3 { color: #1750eb;}
.s4, .s4 input, .s4 input:focus { color: #9E880D; }
import jakarta.validation.constraints.*;public class UserDto {
// Darf nicht negativ, 0 oder null sein
private Long id;
// Darf nicht null sein, muss eine Mindestlänge von 5 Zeichen haben und muss das Schema einer Email erfüllen
private String email;
// Darf nicht leer sein und maximal 100 Zeichen umfassen
private String name;private Integer age;
// Constructor, Getter und Setter}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!