这个校验器检查字段是否为一个合法的邮件地址,如果字段不是为空的话.
这个标注使用在方法级别上.
@EmailValidator(message = "Default message", key = "i18n.key", shortCircuit = true)