JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.mina.statemachine.annotation
OnExit
Contents
Description
Required Element Summary
Element Details
value
Hide sidebar
Show sidebar
Annotation Type OnExit
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
OnExit
Annotation used on methods to indicate that the method will be executed before existing from a certain state
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Sets the id of related state.
Element Details
value
String
value
Sets the id of related state.
Returns:
the id of the related state