|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
java.lang.Objectorg.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