Class ExceptionsContractTest.Person

    • Field Detail

      • name

        @NotNull
        public @NotNull String name
      • age

        @Min(0L)
        public @jakarta.validation.constraints.Min(0L) int age
    • Constructor Detail

      • Person

        public Person()