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

cdc.perfs.EnvironmentKind Maven / Gradle / Ivy

There is a newer version: 0.52.0
Show newest version
package cdc.perfs;

/**
 * Enumeration of possible environment kinds.
 *
 * @author Damien Carbonne
 */
public enum EnvironmentKind {
    /**
     * The environment is a living one.
     * There should be one of them in a running application.
     */
    RUNTIME,

    /**
     * The environment is a dead one.
     * They may be any number of them.
     */
    SNAPSHOT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy