Groovy Documentation

org.gradle.api.tasks
Annotation Type TaskAction

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

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Inherited
@interface TaskAction

Marks a method as the action to run when the task is executed.


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

Groovy Documentation