All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.otto.edison.status.domain.Level Maven / Gradle / Ivy

The newest version!
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
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy