Package jadex.bpmn.model.task.annotation
Annotation Type Task
-
@Target(TYPE) @Retention(RUNTIME) public @interface Task
Meta information for a task, e.g. used by editor to fill in parameters.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element 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.
-
-
-
-
parameters
TaskParameter[] parameters
The parameters of the task.- Default:
- {}
-
-
-
properties
TaskProperty[] properties
The properties of the task.- Default:
- {}
-
-
-
gui
TaskPropertyGui gui
The gui.- Default:
- @jadex.bpmn.model.task.annotation.TaskPropertyGui
-
-