org.gradle.api.tasks
Annotation Type TaskAction


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface TaskAction

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