- All Implemented Interfaces:
- javax.ws.rs.core.Configurable<org.glassfish.jersey.server.ResourceConfig>, javax.ws.rs.core.Configuration, org.glassfish.jersey.ExtendedConfig, org.glassfish.jersey.server.ServerConfig
@ApplicationPath(value="v1")
public class ApiApplication
extends org.glassfish.jersey.server.ResourceConfig
Declares that all classes in package org.transitime.api.rootResources will be
searched for being a root-resource class with methods annotated with @Path
indicating that it handles requests.
Uses "v1" for the @ApplicationPath to specify the version of the feed.
- Author:
- SkiBu Smith