注释类型 English
-
@Documented @Retention(RUNTIME) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Constraint(validatedBy=EnglishValidator.class) public @interface English验证该字符串是否是字母(包括大写和小写字母)- 从以下版本开始:
- 2019年5月8日
- 作者:
- 孙金川
@Documented
@Retention(RUNTIME)
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Constraint(validatedBy=EnglishValidator.class)
public @interface English