@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface InputDirectory
Marks a property as specifying an input directory for a task.
This annotation should be attached to the getter method or the field for the property.
This annotation should be attached to the getter method or the field for the property.