SimpleOptionalRestartProperty

open class SimpleOptionalRestartProperty(initialValue: Restart?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Restart?> , OptionalRestartProperty

Boilerplate which avoids having to use generics.

Similar to SimpleRestartProperty, but the value can also be null.

Constructors

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