
io.tracee.contextlogger.api.ImplicitContextData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracee-context-logger-impl Show documentation
Show all versions of tracee-context-logger-impl Show documentation
Please refer to https://github.com/holisticon/tracee.
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