ValidatedFileProperty
open class ValidatedFileProperty(initialValue: File, bean: Any? = null, beanName: String? = null, validation: (ValidatedProperty<File>, File, File) -> File) : ValidatedProperty<File> , FileProperty
Boilerplate which avoids having to use generics. Instead of ValidatedProperty<File>
, we can use ValidatedFileProperty
.