Annotation Type Visa
-
@Documented @Luhn @Pattern(regexp="^(4)(\\d{12}|\\d{15})$") @Constraint(validatedBy={}) @Target({FIELD,ANNOTATION_TYPE,PARAMETER}) @Retention(RUNTIME) public @interface Visa
-- 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 a java.io.File is a directory