todo
This commit is contained in:
parent
a437fdfc7d
commit
04115a4ff4
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue