java/sql-dk/src/info/globalcode/sql/dk/formatting/CommonProperties.java
author František Kučera <franta-hg@frantovo.cz>
Sat, 15 Aug 2015 10:20:39 +0200
branchv_0
changeset 206 e2f24eea8543
child 212 d154d6012cbe
permissions -rw-r--r--
property annotations (documentation) for particular formatters

/**
 * SQL-DK
 * Copyright © 2015 František Kučera (frantovo.cz)
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */
package info.globalcode.sql.dk.formatting;

/**
 *
 * @author Ing. František Kučera (frantovo.cz)
 */
public class CommonProperties {

	public static final String COLORFUL = "color";
	public static final String COLORFUL_DESCRIPTION = "whether the output should be printed in color (escape sequences)";
}