SimpleByteProperty
open class SimpleByteProperty(initialValue: Byte, bean: Any? = null, beanName: String? = null) : SimpleProperty<Byte> , ByteProperty
Boilerplate which avoids having to use generics. Instead of SimpleProperty<Byte>
, we can use SimpleByteProperty
.