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

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

There is a newer version: 3.3.3
Show 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 - 2024 Weber Informatics LLC | Privacy Policy