if (temp != null) {
result.add(temp);
}
}
}
EmailValidator[] emv = validations.emails();
if (emv != null) {
for (EmailValidator v : emv) {
ValidatorConfig temp = processEmailValidatorAnnotation(v, fieldName, methodName);
if (temp != null) {
result.add(temp);