Package org.apache.mina.statemachine
Class StateMachineFactory.TransitionWrapper
- java.lang.Object
-
- org.apache.mina.statemachine.StateMachineFactory.TransitionWrapper
-
- Enclosing class:
- StateMachineFactory
private static class StateMachineFactory.TransitionWrapper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.annotation.Annotationannotationprivate java.lang.Class<? extends java.lang.annotation.Annotation>transitionClazz
-
Constructor Summary
Constructors Constructor Description TransitionWrapper(java.lang.Class<? extends java.lang.annotation.Annotation> transitionClazz, java.lang.annotation.Annotation annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private <T> TgetParameter(java.lang.String name, java.lang.Class<T> returnType)(package private) java.lang.String[]in()(package private) java.lang.Stringnext()(package private) java.lang.Object[]on()(package private) intweight()
-