@Documented @Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface Input
Attached to a task property to indicate that the property specifies some input value for the task.
This annotation should be attached to the getter method or the field for the property.