
org.opentripplanner.standalone.config.api.TransitServicePeriod 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.standalone.config.api;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
import javax.inject.Qualifier;
/**
* This qualifier is used to inject the TransitServicePeriod config parameter.
*/
@Qualifier
@Target({ ElementType.METHOD, ElementType.PARAMETER })
public @interface TransitServicePeriod {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy