Module com.github.rvesse.airline
Annotation Type File
-
@Retention(RUNTIME) @Target(FIELD) public @interface File
Annotation 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 boolean
executable
Gets/Sets whether the given file must be executableboolean
mustExist
Gets/Sets whether the given file must existboolean
readable
Gets/Sets whether the given file must be readableboolean
writable
Gets/Sets whether the given file must be writable
-