io.tracee.contextlogger.contextprovider.api.CustomImplicitContextData 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;
/**
* Interface to mark a class that provides custom implicit context data.(Class doesn't need to wrap instances for external context information).
*/
public interface CustomImplicitContextData {
}