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