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