@Target(value=TYPE)
@Documented
@Retention(value=RUNTIME)
public @interface AmtFlow
Marks a class as a test flow that can be executed by
AdfMdeTester. A class annotated by this interface must define
a default constructor and have at least one method that is annotated with
any @AmtRunWith interface.