@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Task
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
A human readable description of the task.
|
TaskPropertyGui |
gui
The gui.
|
TaskParameter[] |
parameters
The parameters of the task.
|
TaskProperty[] |
properties
The properties of the task.
|
public abstract java.lang.String description
public abstract TaskParameter[] parameters
public abstract TaskProperty[] properties
public abstract TaskPropertyGui gui