nyla.solutions.commas.annotations.Encoding Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nyla.solutions.commas Show documentation
Show all versions of nyla.solutions.commas Show documentation
Command pattern implementation for building services.
The newest version!
package nyla.solutions.commas.annotations;
/**
* Describes the supported String encoding.
* @author Manny David
*
*/
public enum Encoding
{
UTF8,
Cp1047
}