ValidatedProperty

constructor(initialValue: V, bean: Any? = null, beanName: String? = null, validation: (ValidatedProperty<V>, V, V) -> V)