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

com.adaptrex.sandbox.rest.TheaterApi Maven / Gradle / Ivy

package com.adaptrex.sandbox.rest;

import javax.ws.rs.Path;

@Path("theater")
public class TheaterApi extends SandboxRestBase {
	public TheaterApi() {
		this.modelName = "Theater";
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy