javax.validation.constraints中@NotEmpty,@NotNull,@NotBlank

@NotEmpty The annotated element must not be {@code null} nor empty. Supported types are: 不能是null 不能是空字符 集合框架中的元素不能为空web @NotNul 被修饰元素不能为null框架 @NotBlank The annotated element must not be {@code null}
相关文章
相关标签/搜索