2930313233343536
{ public ValidatorWrapper create(Annotation annot, Method method) { ValidateEmail annotation = (ValidateEmail) annot; EmailValidator validator = new EmailValidator(); return create(validator, annotation.key(), annotation.order(), null, method); }