Class DefaultProperty.Bounded<T extends Number & Comparable<T>>

java.lang.Object
johnsmith.configoverhauled.impl.core.state.DefaultProperty<T>
johnsmith.configoverhauled.impl.core.state.DefaultProperty.Bounded<T>
All Implemented Interfaces:
Property<T>
Direct Known Subclasses:
DefaultProperty.ARGBColor, DefaultProperty.Double, DefaultProperty.Float, DefaultProperty.Integer, DefaultProperty.Long, DefaultProperty.RGBColor
Enclosing class:
DefaultProperty<T>

public abstract static non-sealed class DefaultProperty.Bounded<T extends Number & Comparable<T>> extends DefaultProperty<T>