Class ObjectProperty<T>

java.lang.Object
com.thecsdev.common.properties.ObjectProperty<T>
Type Parameters:
T - The type of the stored value.
Direct Known Subclasses:
DefaultableProperty, NotNullProperty, StringProperty

@Virtual public class ObjectProperty<T> extends Object
A property wrapper for an Object of type T, similar to AtomicReference, but with additional utility features.
Inspired by JavaFX's property system.