Skip to content
Snippets Groups Projects
Commit f8bdc5d5 authored by Martin Vogel's avatar Martin Vogel
Browse files

refactor: add all args constructor (planning#2333)

parent d01a4b16
No related tags found
1 merge request!457Draft: Feature/2333 bpmn innoweek
package dev.fitko.fitconnect.api.domain.model.metadata;
import lombok.AllArgsConstructor;
import lombok.Value;
@Value
@AllArgsConstructor
public class MessageFlow {
String processInstanceCorrelationId;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment