V4_0.java [src/java/d/crlmod/management] Revision: default  Date:
/*
 * $Id: 1.0+66 V4_0.java 76db8f0c7db9 2022-02-22 od $
 *
 * This file is part of the Cloud Services Integration Platform (CSIP),
 * a Model-as-a-Service framework, API, and application suite.
 *
 * 2012-2024, OMSLab, Colorado State University.
 *
 * OMSLab licenses this file to you under the MIT license.
 * See the LICENSE file in the project root for more information.
 */
package d.crlmod.management;

import crlmod.ServiceResources;
import static crlmod.ServiceResources.*;
import csip.annotations.*;
import static csip.annotations.State.RELEASED;
import javax.ws.rs.Path;

/**
 * Managements
 *
 * @author ly, od
 */
@Name("managements")
@Description("CRLMOD management service.  Dependent upon the CR_LMOD_2019 db update")
@VersionInfo("4.0")
@State(RELEASED)
@Path("d/management/4.0")
@Resource(from = ServiceResources.class)
public class V4_0 extends V2_0 {

  {
    opUrlKey = "crlmod4.op";
    crUrlKey = "crlmod4.crop";
    reUrlKey = "crlmod4.residue";
    verKey = "4.0";
    jdbcId = CR_LMOD_2019_ID;
  }
}