toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.tasks
/
TaskAction
Task
Action
API
@
Retention
(
value
=
RetentionPolicy.RUNTIME
)
@
Target
(
value
=
ElementType.METHOD
)
@
Inherited
annotation class
TaskAction
(
source
)
Marks a method as the action to run when the task is executed.
Members
Functions
annotation
Type
Link copied to clipboard
API
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
API
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
API
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
API
abstract
fun
toString
(
)
:
String