@Documented @Retention(value=RUNTIME) @Target(value={METHOD,FIELD,ANNOTATION_TYPE}) @EachLuhnCheck @Constraint(validatedBy={}) public @interface EachCreditCardNumber
CreditCardNumber
was available even in Hibernate Validator 4.3.1, but it was composed from now deprecated
ModCheck instead of
LuhnCheck.Therefore this annotation
doesn't work in HV older than 5.1.0.CreditCardNumberCopyright © 2013–2015. All rights reserved.