polish
This commit is contained in:
parent
991f618a7d
commit
37eb0feb2b
|
|
@ -16,9 +16,10 @@
|
||||||
package org.springframework.ui.binding;
|
package org.springframework.ui.binding;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A data binding result.
|
* The result of a bind operation.
|
||||||
*
|
|
||||||
* @author Keith Donald
|
* @author Keith Donald
|
||||||
|
* @see Binder#bind(java.util.List)
|
||||||
|
* @see Binding#setValue(Object)
|
||||||
*/
|
*/
|
||||||
public interface BindingResult {
|
public interface BindingResult {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue