Hibernate Validator验证框架中@NotEmpty、@NotBlank、@NotNull的主要使用情况

@NotEmpty  用在集合类上面
@NotBlank   用在String上面
@NotNull     用在基本类型上
04-17 04:28