@Documented @Constraint(validatedBy=IbanValidator.class) @Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @SizeWithoutSeparators(min=16, max=34) public @interface Iban
null elements
are considered valid. Whitespaces as separators are allowed when ignoreWhitspaces is
set to true.public abstract String message
public abstract Class<?>[] groups
public abstract Class<? extends javax.validation.Payload>[] payload
Copyright © 2015–2016. All rights reserved.