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

io.edurt.datacap.notify.NotifyModule.kt Maven / Gradle / Ivy

package io.edurt.datacap.notify

import com.google.inject.AbstractModule

abstract class NotifyModule : AbstractModule()
{
    fun name(): String = this.javaClass
        .simpleName
        .removeSuffix("Notify")
        .removeSuffix("Module")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy