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

io.gitee.kingdonwang.tool.common.constant.ToolConstant Maven / Gradle / Ivy

The newest version!
package io.gitee.kingdonwang.tool.common.constant;

/**
 * @author kingdonwang
 * @since 2023-05-22 11:27:00
 */
public class ToolConstant {
    /**
     * 连字符
     */
    public static final String HYPHEN = "-";

    /**
     * 分号
     */
    public static final String SEMICOLON = ";";

    /**
     * 逗号
     */
    public static final String COMMA = ",";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy