Groovy Documentation

org.gradle.api.tasks
Annotation Type InputFile

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

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

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


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

Groovy Documentation