Groovy Documentation

org.gradle.api.tasks
Annotation Type InputDirectory

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

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

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


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

Groovy Documentation