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

org.opentripplanner.service.osminfo.configure.OsmInfoGraphBuildServiceModule Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.service.osminfo.configure;

import dagger.Binds;
import dagger.Module;
import org.opentripplanner.service.osminfo.OsmInfoGraphBuildService;
import org.opentripplanner.service.osminfo.internal.DefaultOsmInfoGraphBuildService;

@Module
public interface OsmInfoGraphBuildServiceModule {
  @Binds
  OsmInfoGraphBuildService bind(DefaultOsmInfoGraphBuildService service);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy