注释类型 PlateNumber
-
@Documented @Retention(RUNTIME) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Constraint(validatedBy=PlateNumberValidator.class) public @interface PlateNumber
验证是否为中国车牌号- 从以下版本开始:
- 2019年5月8日
- 作者:
- ylyue
@Documented @Retention(RUNTIME) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Constraint(validatedBy=PlateNumberValidator.class) public @interface PlateNumber