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