We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package com.mithra.dialTest.common;
public class Constant {
public static String TEMPLATE_BASE_PATH = "template/"; public static String REBASE_PATH = "rsp/"; public static String BODY_PATH = "body_template/"; public static String RESPONSE_BASE_PATH = TEMPLATE_BASE_PATH + REBASE_PATH; public static String TEMPLATE_BODY_BASE_PATH = TEMPLATE_BASE_PATH + BODY_PATH;
}