Class CompleteTaskLiteral

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    public class CompleteTaskLiteral
    extends javax.enterprise.util.AnnotationLiteral<CompleteTask>
    implements CompleteTask
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String taskDefinitionKey  
    • Constructor Summary

      Constructors 
      Constructor Description
      CompleteTaskLiteral​(java.lang.String taskDefinitionKey)  
    • 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
      • 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
    • Field Detail

      • taskDefinitionKey

        protected final java.lang.String taskDefinitionKey
    • Constructor Detail

      • CompleteTaskLiteral

        public CompleteTaskLiteral​(java.lang.String taskDefinitionKey)
    • Method Detail

      • value

        public java.lang.String value()