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