Example #1
0
 @Override
 public void commitHandler() {
   for (final DataBinder<V> binder : binders) {
     binder.commitHandler();
   }
 }