|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 必需 | 可选 | 详细信息: 元素 |
@Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER}) @Constraint(checkWith=MatchCheck.class) public @interface Match
This field must match the regexp. Message key: validation.match $1: field name $2: reference pattern
必需元素摘要 | |
---|---|
java.lang.String |
value
|
可选元素摘要 | |
---|---|
java.lang.String |
message
|
元素详细信息 |
---|
public abstract java.lang.String value
public abstract java.lang.String message
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 必需 | 可选 | 详细信息: 元素 |