标签: java spring-mvc spring-boot bean-validation
我想验证传入的日期格式(它应该只接受日期格式),格式为(DD/mm/YYYY)
(DD/mm/YYYY)
我将使用哪个注释来查看该日期不为空
@NotNull private Date myDate;