< prev index next >

modules/javafx.base/src/main/java/javafx/beans/property/StringProperty.java

Print this page

        

@@ -94,10 +94,11 @@
 
     /**
      * Create a bidirectional binding between this {@code StringProperty} and another
      * arbitrary property. Relies on an implementation of {@link StringConverter} for conversion.
      *
+     * @param <T> the type of the wrapped {@code Object}
      * @param other
      *            the other {@code Property}
      * @param converter
      *            the {@code StringConverter} used to convert between this {@code StringProperty}
      *            and the other {@code Property}
< prev index next >