
net.yudichev.jiotty.common.time.TimeModule Maven / Gradle / Ivy
package net.yudichev.jiotty.common.time;
import net.yudichev.jiotty.common.inject.BaseLifecycleComponentModule;
import net.yudichev.jiotty.common.inject.ExposedKeyModule;
public final class TimeModule extends BaseLifecycleComponentModule implements ExposedKeyModule {
@Override
protected void configure() {
bind(getExposedKey()).to(TimeProvider.class);
expose(getExposedKey());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy