Interface Property<S extends SettingsSource.SourceType>

All Known Implementing Classes:
BooleanProperty, ComboProperty, DoubleProperty, IntProperty, MinMaxProperty, StringListProperty, StringProperty

public sealed interface Property<S extends SettingsSource.SourceType> permits BooleanProperty<S>, ComboProperty<S>, DoubleProperty<S>, IntProperty<S>, MinMaxProperty<S>, StringListProperty<S>, StringProperty<S>