@Override
 public void initialize(final FieldMatch constraintAnnotation) {
   firstFieldName = constraintAnnotation.first();
   secondFieldName = constraintAnnotation.second();
   type = constraintAnnotation.type();
 }