All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.reactfx.inhibeans.property.Property Maven / Gradle / Ivy

There is a newer version: 1.11
Show newest version
package org.reactfx.inhibeans.property;

import org.reactfx.inhibeans.value.ObservableValue;
import org.reactfx.value.SuspendableVar;

/**
 * @deprecated Superseded by {@link SuspendableVar}.
 */
@Deprecated
public interface Property
extends javafx.beans.property.Property, ObservableValue {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy