package me.bvn13.fsm; /** * Simple FSM * @param the type of Events */ public class SimpleFsm extends Fsm { }