@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={})
@ReportAsSingleViolation
public @interface NestedConstraintSingleViolation
Copyright © 2008–2017. All rights reserved.