Groovy Documentation

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

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

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

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


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

Gradle API 1.8