com.sun.faban.driver
Annotation Type OperationSequence


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface OperationSequence

The operation sequence defines a sequence of operations to be done once that sequence is selected. It is used in conjunction with FlatSequenceMix.


Required Element Summary
 String[] value
          The sequence on operation names to execute.
 

Element Detail

value

public abstract String[] value
The sequence on operation names to execute.