Browse Source

todo

pull/23217/head
Keith Donald 17 years ago
parent
commit
04115a4ff4
  1. 2
      org.springframework.context/src/main/java/org/springframework/ui/binding/Binding.java

2
org.springframework.context/src/main/java/org/springframework/ui/binding/Binding.java

@ -15,9 +15,9 @@ @@ -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…
Cancel
Save