Groovy Documentation

org.gradle.api.tasks
[Java] Annotation Type InputFile

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

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.FIELD})
public @interface InputFile

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

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


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

Gradle API 1.8