io.tracee.contextlogger.contextprovider.api.ImplicitContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of contextprovider-api Show documentation
Show all versions of contextprovider-api Show documentation
Please refer to https://github.com/tracee/contextlogger.
package io.tracee.contextlogger.contextprovider.api;
/**
* Enums can be used to add implicit context providers to string representation output.
* Created by Tobias Gindler, holisticon AG on 14.03.14.
*/
public interface ImplicitContext {
}