This commit is contained in:
Keith Donald 2009-06-10 13:43:22 +00:00
parent 991f618a7d
commit 37eb0feb2b
1 changed files with 3 additions and 2 deletions

View File

@ -16,9 +16,10 @@
package org.springframework.ui.binding;
/**
* A data binding result.
*
* The result of a bind operation.
* @author Keith Donald
* @see Binder#bind(java.util.List)
* @see Binding#setValue(Object)
*/
public interface BindingResult {