Groovy Documentation

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

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

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

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

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

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


Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Groovy Documentation