Module com.github.rvesse.airline
Annotation Type File
-
@Retention(RUNTIME) @Target(FIELD) public @interface FileAnnotation that marks that an options value must be a valid path to a file
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanexecutableGets/Sets whether the given file must be executablebooleanmustExistGets/Sets whether the given file must existbooleanreadableGets/Sets whether the given file must be readablebooleanwritableGets/Sets whether the given file must be writable
-