org.camunda.bpm.engine.cdi.annotation.event
Class BusinessProcessDefinitionLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<BusinessProcessDefinition>
      extended by org.camunda.bpm.engine.cdi.annotation.event.BusinessProcessDefinitionLiteral
All Implemented Interfaces:
Serializable, Annotation, BusinessProcessDefinition

public class BusinessProcessDefinitionLiteral
extends javax.enterprise.util.AnnotationLiteral<BusinessProcessDefinition>
implements BusinessProcessDefinition

See Also:
Serialized Form

Field Summary
protected  String key
           
 
Constructor Summary
BusinessProcessDefinitionLiteral(String key)
           
 
Method Summary
 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

key

protected final String key
Constructor Detail

BusinessProcessDefinitionLiteral

public BusinessProcessDefinitionLiteral(String key)
Method Detail

value

public String value()


Copyright © 2016 camunda services GmbH. All rights reserved.