@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Outcome
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
id |
Modifier and Type | Optional Element and Description |
---|---|
OutputVariable[] |
outputVariables |
public abstract OutputVariable[] outputVariables