org.opentripplanner.standalone.config.api.OtpBaseDirectory 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
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 OTP base directory where the configuration files are
* located.
*/
@Qualifier
@Target({ ElementType.METHOD, ElementType.PARAMETER })
public @interface OtpBaseDirectory {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy