This commit is contained in:
Keith Donald 2009-06-09 15:30:40 +00:00
parent a437fdfc7d
commit 04115a4ff4
1 changed files with 1 additions and 1 deletions

View File

@ -15,9 +15,9 @@
*/ */
package org.springframework.ui.binding; package org.springframework.ui.binding;
/** /**
* A binding between a user interface element and a model property. * A binding between a user interface element and a model property.
* TODO - consider having setValue accept Object to allow for binding special objects like arrays & multi-part files
* @author Keith Donald * @author Keith Donald
*/ */
public interface Binding { public interface Binding {