All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.edurt.datacap.fs.cos.TencentCosModule.kt Maven / Gradle / Ivy

There is a newer version: 2024.03.9
Show newest version
package io.edurt.datacap.fs.cos

import com.google.inject.multibindings.Multibinder
import io.edurt.datacap.fs.Fs
import io.edurt.datacap.fs.FsModule

class TencentCosModule : FsModule()
{
    override fun configure()
    {
        Multibinder.newSetBinder(binder(), Fs::class.java)
            .addBinding()
            .to(TencentCosFs::class.java)
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy