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

de.codecentric.reedelk.json.internal.commons.Defaults Maven / Gradle / Ivy

The newest version!
package de.codecentric.reedelk.json.internal.commons;

public class Defaults {

    private Defaults() {
    }

    public static final boolean PRETTY = false;
    public static final int INDENT_FACTOR = 2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy