
org.opentripplanner.transit.service.StopModel_Factory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
The newest version!
package org.opentripplanner.transit.service;
import dagger.internal.DaggerGenerated;
import dagger.internal.Factory;
import dagger.internal.QualifierMetadata;
import dagger.internal.ScopeMetadata;
import javax.annotation.processing.Generated;
@ScopeMetadata
@QualifierMetadata
@DaggerGenerated
@Generated(
value = "dagger.internal.codegen.ComponentProcessor",
comments = "https://dagger.dev"
)
@SuppressWarnings({
"unchecked",
"rawtypes",
"KotlinInternal",
"KotlinInternalInJava",
"cast",
"deprecation"
})
public final class StopModel_Factory implements Factory {
@Override
public StopModel get() {
return newInstance();
}
public static StopModel_Factory create() {
return InstanceHolder.INSTANCE;
}
public static StopModel newInstance() {
return new StopModel();
}
private static final class InstanceHolder {
private static final StopModel_Factory INSTANCE = new StopModel_Factory();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy