Property's methods bindBidirectional and unbindBidirectional could be made default. Their implementations in JavaFX just call the respective static methods of the Bindings class. Providing default implementation would reduce boilerplate when writing custom Property implementations.
- relates to
-
JDK-8090780 Convert var-arg ObservableList methods to defender methods to avoid duplicate implementations
- Open