We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512b544 commit 4eff102Copy full SHA for 4eff102
runtime/v2/model/src/main/java/com/walmartlabs/concord/runtime/v2/model/ExclusiveMode.java
@@ -21,10 +21,12 @@
21
*/
22
23
import com.fasterxml.jackson.annotation.JsonProperty;
24
+import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
25
import org.immutables.value.Value;
26
27
import java.io.Serializable;
28
29
+@JsonDeserialize(as = DefaultExclusiveMode.class)
30
public interface ExclusiveMode extends Serializable {
31
32
@Value.Parameter
0 commit comments