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

com.liberologico.cloudesire.cmw.model.constants.Parameters Maven / Gradle / Ivy

The newest version!
package com.liberologico.cloudesire.cmw.model.constants;

public final class Parameters
{
    public static final String LANGUAGE = "language";
    public static final String RESELLER = "reseller";

    private Parameters()
    {
        throw new AssertionError();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy