@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface ControlTask
A @ControlTask method should adhere to the following rules:
Map<String, String>
.List<Step>
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description |
java.lang.String |
label |
java.lang.String |
parameterType |