I find the interface {{ org.hibernate.validator.constraints.CreditCardNumber }} , but I didn't find the actual implementation.
how How is it implemented? is Is it a simple regex? where Where is it?
(I searched all keywords 'creditcard' in hibernate-validator-4.3.0.Final-sources.jar)
|