Skip to content

Instantly share code, notes, and snippets.

@sachinsmc
Created June 5, 2017 05:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sachinsmc/184a84eb627085c35874d1311f1a4ba8 to your computer and use it in GitHub Desktop.
Save sachinsmc/184a84eb627085c35874d1311f1a4ba8 to your computer and use it in GitHub Desktop.
package com.smc.utils;
public class Constants {
public static final String SUCCESS = "SUCCESS";
public static final String FAILURE = "FAILURE";
public static final String USER_ID = "USER_ID";
public static final String USER_NAME = "USER_NAME";
public static final String USER_MESSAGE = "USER_MESSAGE";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment