@NotEmpty和@NotBlank和@NotNull

@NotEmpty、@NotBlank和、@NotNull都來自於包org.hibernate.validator.constraints.* @NotNull:不能爲null,但可以爲empty,用在基本類型上 @NotEmpty:不能爲null,而且長度必須大於0,用在集合類上面 @NotBlank:只能作用在String上,不能爲null,而且調用trim()後,長度必須大於0 注意:在使用
相關文章
相關標籤/搜索