Browse Source

additional binding metadata

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1558 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 17 years ago
parent
commit
ee7113a88a
  1. 1
      org.springframework.context/src/main/java/org/springframework/ui/binding/Binding.java

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

@ -50,7 +50,6 @@ public interface Binding { @@ -50,7 +50,6 @@ public interface Binding {
/**
* If this Binding is visible.
* Used to determine if the user can see the field.
* A Binding that is not visible cannot have source values applied and cannot be committed.
*/
boolean isVisible();

Loading…
Cancel
Save