it.netgrid.bauer.helpers.NOPModule Maven / Gradle / Ivy
package it.netgrid.bauer.helpers;
import com.google.inject.AbstractModule;
import it.netgrid.bauer.ITopicFactory;
public class NOPModule extends AbstractModule {
@Override
protected void configure() {
bind(ITopicFactory.class).to(NOPTopicFactory.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy