play.data.validation
Annotation Type CheckWith
@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
@Constraint(checkWith=CheckWithCheck.class)
public @interface CheckWith
Required Element Summary |
java.lang.Class<? extends Check> |
value
|
Optional Element Summary |
java.lang.String |
message
|
value
public abstract java.lang.Class<? extends Check> value
message
public abstract java.lang.String message
- Default:
- "validation.invalid"
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly