@Target(FIELD) @Retention(RUNTIME) public @interface IsDirectory
boolean mustExist
true, the provided object must be a File instance,
and the directory pointed to by it must exist. If set to false, only the
type of the provided object is checked.Copyright © 2018 Carrot2.org. All rights reserved.