![JAR search and dependency download from the Maven repository](/logo.png)
com.trivago.cluecumber.engine.filesystem.FileIO_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.filesystem;
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 FileIO_Factory implements Factory {
@Override
public FileIO get() {
return newInstance();
}
public static FileIO_Factory create() {
return InstanceHolder.INSTANCE;
}
public static FileIO newInstance() {
return new FileIO();
}
private static final class InstanceHolder {
static final FileIO_Factory INSTANCE = new FileIO_Factory();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy