org.gradle.api.tasks
Annotation Type OutputDirectories


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface OutputDirectories

Marks a property as specifying one or more output directories for a task.

This annotation should be attached to the getter method or the field for the property.