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

io.probedock.client.common.utils.Constants Maven / Gradle / Ivy

The newest version!
package io.probedock.client.common.utils;

/**
 * Constant class
 * 
 * @author Laurent Prevost 
 */
public final class Constants {
	/**
	 * Encoding used to save/load/serialize/deserialize payloads
	 */
	public static final String ENCODING = "UTF-8";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy