Annotation Type IBAN
- 
 @Documented @Constraint(validatedBy=IBANValidator.class) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) public @interface IBAN -- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate as IBAN