de.otto.edison.status.domain.Level Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of edison-core Show documentation
Show all versions of edison-core Show documentation
Core library for all Edison libraries.
package de.otto.edison.status.domain;
import de.otto.edison.annotations.Beta;
/**
* @since 1.1.0
*/
@Beta
public enum Level {
HIGH,
MEDIUM,
LOW,
NOT_SPECIFIED
}