Annotation used on methods to indicate that the method handles a specific
kind of event when in a specific state.
author: The Apache MINA Project (dev@mina.apache.org) version: $Rev: 592475 $, $Date: 2007-11-06 09:03:42 -0700 (Tue, 06 Nov 2007) $
The id of the state the
StateMachine should move to next after
executing the annotated method. If not specified the
StateMachine will remain in the same state.
The weight used to order handler annotations which match the same event
in the same state. Transitions with lower weight will be matched first. The
default weight is 0.