Annotation Type AmericanExpress
-
@Documented @Luhn @Pattern(regexp="^(3[47]\\d{13})$") @Constraint(validatedBy={}) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) public @interface AmericanExpress
-- 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