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