spring框架学习(9)常用注解

序言

@NotEmpty用在集合类上面

@NotBlank用在String上面

@NotNull用在基本类型

资料

原文地址:https://www.cnblogs.com/cnki/p/13629811.html