Class TakeTransitionLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<TakeTransition>
-
- org.camunda.bpm.engine.cdi.annotation.event.TakeTransitionLiteral
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
public class TakeTransitionLiteral extends javax.enterprise.util.AnnotationLiteral<TakeTransition> implements TakeTransition
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
transitionName
-
Constructor Summary
Constructors Constructor Description TakeTransitionLiteral(java.lang.String transitionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
value()
-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
-