@Documented @Constraint(validatedBy=Isbn10FormatedValidator.class) @Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @Size(min=13, max=13) public @interface Isbn10Formated
null elements
are considered valid. Minus signs as separators must be set on the correct positions.public abstract String message
public abstract Class<?>[] groups
public abstract Class<? extends javax.validation.Payload>[] payload
Copyright © 2015–2016. All rights reserved.