ReadOnlyFilePropertyWrapper
class ReadOnlyFilePropertyWrapper(wraps: FileProperty) : ReadOnlyPropertyWrapper<File, Property<File>> , ReadOnlyFileProperty
Never use this class directly. Use FileProperty.asReadOnly to obtain a read-only version of a mutable FileProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<File, Property<File>>
, use ReadOnlyFilePropertyWrapper
.