package com.github.danielemasone.orderevents.domain; /** * Lifecycle state of an order within this service's bounded context. */ public enum OrderStatus { CREATED }