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

nyla.solutions.commas.annotations.Encoding Maven / Gradle / Ivy

The newest version!
package nyla.solutions.commas.annotations;

/**
 * Describes the supported String encoding.
 * @author Manny David
 *
 */
public enum Encoding
{
	UTF8,
	Cp1047
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy