All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.flipkart.zjsonpatch.Constants Maven / Gradle / Ivy

There is a newer version: 0.4.16
Show newest version
package com.flipkart.zjsonpatch;

/**
 * Created with IntelliJ IDEA.
 * User: gopi.vishwakarma
 * Date: 10/07/15
 * Time: 10:35 AM
 */
final class Constants {
    public static String OP = "op";
    public static String VALUE = "value";
    public static String PATH = "path";
    public static String FROM = "from";

    private Constants() {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy