Package org.gradle.api.tasks
Annotation Type TaskAction
-
@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface TaskAction
Marks a method as the action to run when the task is executed.
@Retention(RUNTIME)
@Target(METHOD)
@Inherited
public @interface TaskAction