public @interface TaskProperty
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
The property name.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<?> |
clazz
The clazz (i.e.
|
java.lang.String |
description
The parameter description.
|
java.lang.String |
initialvalue
The initial value (as Java expression).
|