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

samplest.AppModule.kt Maven / Gradle / Ivy

There is a newer version: 1.2.0-rc2
Show newest version
package samplest

import restx.factory.Module
import restx.factory.Provides
import javax.inject.Named

/**
 * Created by xhanin on 13/01/2018.
 */
@Module
class AppModule {
    @Provides @Named("restx.app.package")
    fun appPackage(): String = "samplest"
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy