cz.cuni.amis.fsm
Annotation Type FSMInitialState


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface FSMInitialState

Simple annotation that tells the FSM that this state is initial.

Note that you may have only one initial state in the FSM.