org.hibernate.jsr303.tck.tests.constraints.constraintcomposition.nestedconstraintcomposition
Annotation Type NestedConstraintSingleViolation
@Pattern(regexp="...",
message="Pattern must match {regexp}")
@Size(min=3,
max=3,
message="Size must be {min}")
@Target(value={METHOD,FIELD,TYPE})
@Retention(value=RUNTIME)
@Constraint(validatedBy={})
public @interface NestedConstraintSingleViolation
- Author:
- Hardy Ferentschik
message
public abstract String message
- Default:
- "NestedConstraintSingleViolation failed."
groups
public abstract Class<?>[] groups
- Default:
- {}
payload
public abstract Class<? extends javax.validation.Payload>[] payload
- Default:
- {}
Copyright © 2008-2011. All Rights Reserved.