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

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

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

import java.util.EnumSet;

/**
 * Created by tomerga on 04/09/2016.
 */
public enum CompatibilityFlags {
    MISSING_VALUES_AS_NULLS;

    public static EnumSet defaults() {
        return EnumSet.noneOf(CompatibilityFlags.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy