Divide the MSB source codes into two repos
[msb/apigateway.git] / apiroute / apiroute-service / src / main / java / org / onap / msb / apiroute / wrapper / dao / DAOConstants.java
1 package org.onap.msb.apiroute.wrapper.dao;
2
3 public class DAOConstants {
4     public static final String ROUTE_KIND = "route";
5     public static final String SERVICE_KIND = "service";
6 }