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

net.yudichev.jiotty.common.time.TimeModule Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package net.yudichev.jiotty.common.time;

import net.yudichev.jiotty.common.inject.BaseLifecycleComponentModule;

public final class TimeModule extends BaseLifecycleComponentModule {
    @Override
    protected void configure() {
        bind(CurrentDateTimeProvider.class).to(TimeProvider.class);
        expose(CurrentDateTimeProvider.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy