Groovy Documentation

org.gradle.api.tasks
Annotation Type InputFiles

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

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

Marks a property as specifying the input files for a task.


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

Groovy Documentation