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

com.github.ejahns.Constants Maven / Gradle / Ivy

The newest version!
package com.github.ejahns;

public class Constants {

	public static final String COMMENT_PREFIX = "#";
	public static final String TAG_PREFIX = "@";
	public static final String TITLE_SEPARATOR = ":";
	public static final String CELL_SEPARATOR = "|";
	public static final String DOCSTRING_SEPARATOR = "\"\"\"";
	public static final String ALTERNATE_DOCSTRING_SEPARATOR = "```";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy