package com.hantsylabs.example.spring.model; public enum Status { DRAFT, APPROVED; }