@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface SingleState
SingleStateStrategy.
Applying this annotation has the same effect as applying @StateStrategyType(SingleStateStrategy.class).
Caution! Be sure that you fully set view to initial state inside this command.