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.

Constructors

Link copied to clipboard
constructor(initialValue: Byte, bean: Any? = null, beanName: String? = null)