com.c0x12c.featureflag.notification.ChangeStatus.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
A module for managing feature flags
package com.c0x12c.featureflag.notification
enum class ChangeStatus {
CREATED,
ENABLED,
DISABLED,
UPDATED,
DELETED
}