Hi Every body I was searching for a suitable open source Finite state machine for our payment project and came to Apache Mina State machine. It seems very interesting in design, but there is one thing lacking. We have used entry and exit actions ( http://en.wikipedia.org/wiki/UML_state_machine#Entry_and_exit_actions), but it seems there is no such feature in Mina FSM. so I had to change the code and implement it myself by adding two annotations onEntry and onExit.
I wanted to know, if Mina FSM has already such a feature which I have not been able to find not find till now ? Regards Saeid Mirzaei
