org.apache.mina.statemachine.annotation
Annotation Type OnExit


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OnExit

Annotation used on methods to indicate that the method will be executed before existing from a certain state

Author:
Apache MINA Project

Required Element Summary
 String value
          Sets the id of related state.
 

Element Detail

value

public abstract String value
Sets the id of related state.



Copyright © 2004-2012 Apache MINA Project. All Rights Reserved.