view src/main/java/de/intevation/lada/util/rest/JaxRsActivator.java @ 425:be0cd91abd0f

Added classes for REST support.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 04 Feb 2015 16:07:18 +0100
parents
children a86d9c01c1ac
line wrap: on
line source
/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
 * Software engineering by Intevation GmbH
 *
 * This file is Free Software under the GNU GPL (v>=3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out
 * the documentation coming with IMIS-Labordaten-Application for details.
 */
package de.intevation.lada.util.rest;

import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;


@ApplicationPath("/rest")
public class JaxRsActivator extends Application {

}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)