![JAR search and dependency download from the Maven repository](/logo.png)
com.trivago.cluecumber.engine.logging.CluecumberLogger_Factory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cluecumber-engine Show documentation
Show all versions of cluecumber-engine Show documentation
The Cluecumber reporting engine.
The newest version!
package com.trivago.cluecumber.engine.logging;
import dagger.internal.DaggerGenerated;
import dagger.internal.Factory;
import dagger.internal.QualifierMetadata;
import dagger.internal.ScopeMetadata;
import javax.annotation.processing.Generated;
@ScopeMetadata("javax.inject.Singleton")
@QualifierMetadata
@DaggerGenerated
@Generated(
value = "dagger.internal.codegen.ComponentProcessor",
comments = "https://dagger.dev"
)
@SuppressWarnings({
"unchecked",
"rawtypes",
"KotlinInternal",
"KotlinInternalInJava",
"cast",
"deprecation",
"nullness:initialization.field.uninitialized"
})
public final class CluecumberLogger_Factory implements Factory {
@Override
public CluecumberLogger get() {
return newInstance();
}
public static CluecumberLogger_Factory create() {
return InstanceHolder.INSTANCE;
}
public static CluecumberLogger newInstance() {
return new CluecumberLogger();
}
private static final class InstanceHolder {
static final CluecumberLogger_Factory INSTANCE = new CluecumberLogger_Factory();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy