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

org.opentripplanner.api.package-info Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
/**
 * This package contains the code which exposes OpenTripPlanner services to the outside world as a
 * REST API. This includes Jersey REST resource classes (in the "resource" subpackage, picked up by
 * Jersey's package scanning process), and the classes modeling the structure of the response (in
 * the "model" subpackage). We provide the REST API as both a WAR-packaged servlet (via module
 * otp-rest-servlet) and a standalone Grizzly-based command-line invoked server (via module
 * otp-core).
 */
package org.opentripplanner.api;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy