注释类型 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