Package jadex.bpmn.model.task.annotation
Annotation Type TaskProperty
-
public @interface TaskProperty
A declared property of a task.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
name
The property name.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<?>
clazz
The clazz (i.e. type) of the propery.java.lang.String
description
The parameter description.java.lang.String
initialvalue
The initial value (as Java expression).
-