Module com.github.rvesse.airline
Annotation Type Directory
-
@Retention(RUNTIME) @Target(FIELD) public @interface Directory
Annotation that marks that an options value must be a valid path to a directory
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
executable
Gets/Sets whether the given directory must be executableboolean
mustExist
Gets/Sets whether the given directory must existboolean
readable
Gets/Sets whether the given directory must be readableboolean
writable
Gets/Sets whether the given directory must be writable
-