Module com.github.rvesse.airline
Annotation Type Directory
-
@Retention(RUNTIME) @Target(FIELD) public @interface DirectoryAnnotation 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 booleanexecutableGets/Sets whether the given directory must be executablebooleanmustExistGets/Sets whether the given directory must existbooleanreadableGets/Sets whether the given directory must be readablebooleanwritableGets/Sets whether the given directory must be writable
-