Constraint validation without explicitly calling the validator

后端 未结 0 1848
南方客
南方客 2021-01-12 05:37

The following example is from here.

public class Car {

    public Car(@NotNull String manufacturer) {
        //...
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题