git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1332 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald
2009-06-09 15:30:40 +00:00
parent 97c799581d
commit 70017cc21e
@@ -15,9 +15,9 @@
*/
package org.springframework.ui.binding;
/**
* 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
*/
public interface Binding {