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

com.fengwenyi.javalib.constant.StringConstant Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package com.fengwenyi.javalib.constant;

/**
 * 字符串常量
 * @author Erwin Feng
 * @since 2020/8/23 2:32 上午
 */
public final class StringConstant {

    /** 空的字符串("") */
    public static final String BLANK = "";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy