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

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

The newest version!
package io.tracee.contextlogger.api;

import io.tracee.contextlogger.ImplicitContext;

/**
 * Interface to mark a class that provides implicit context data.(Class doesn't need external context information)
 * Created by Tobias Gindler, holisticon AG on 21.03.14.
 */
public interface ImplicitContextData {

    /**
     * Gets the implict context type.
     */
    ImplicitContext getImplicitContext();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy