Groovy Documentation

org.gradle.api.tasks
Annotation Type OutputFile

java.lang.Object
  org.gradle.api.tasks.OutputFile

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@interface OutputFile

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


Method Summary
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Groovy Documentation