1. 总结
@Null
@NotNull
@AssertFalse
@AssertTrue
@Digits
@DecimalMin
@DecimalMax
@Min
@Max
@Negative
@NegativeOrZero
@Positive
@PositiveOrZero
@Past
@Future
@PastOrPresent
@FutureOrPresent
@NotBlank
@Pattern
@Email
@NotEmpty
@Size
@Range
@Length
@CodePointLength
@Url
9.相关链接
源码-gitee