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

io.tracee.contextlogger.api.ImplicitContext Maven / Gradle / Ivy

There is a newer version: 0.11.0
Show newest version
package io.tracee.contextlogger.api;

/**
 * Defines all existing implicit contexts
 * Created by Tobias Gindler, holisticon AG on 14.03.14.
 */
public enum ImplicitContext {

    TRACEE,
    COMMON;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy