예제 #1
0
 public void initialize(FieldMatch constraintAnnotation) {
   firstFieldName = constraintAnnotation.first();
   secondFieldName = constraintAnnotation.second();
 }