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

org.opentripplanner.standalone.config.api.OtpBaseDirectory Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show 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 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