摘要: @NotEmpty 用在集合上面(不能注释枚举) @NotBlank用在String上面 @NotNull用在所有类型上面 1. @NotEmpty Asserts that the annotated string, collection, map or array is not {@code n 阅读全文
posted @ 2018-01-26 09:58 花花牛 阅读(29403) 评论(0) 推荐(4)