org.gradle.api.tasks
Annotation Type OutputFile


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

Marks a property as specifying an output file for a task.

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