V4_0.java [src/java/d/crlmod/operationImport] Revision: default  Date:
/*
 *
 * 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.operationImport;

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

@Name("operations Import")
@Description("Operations import service for the CRLMOD_2021 Database")
@VersionInfo("4.0")
@Path("d/operationImport/4.0")
@Resource(from = ServiceResources.class)
public class V4_0 extends V2_0 {

  @Override
  protected String getJDBCId() {
    return CR_LMOD_2021_ID;
  }
}