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

io.github.yangyouwang.consts.ConfigConsts Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
package io.github.yangyouwang.consts;


/**
 *
 * 系统常量
 * @author yangyouwang
 */
public interface ConfigConsts {

    /**
     * wrapper array类型
     */
    String WRAPPER_TYPE_ARRAY = "array";
    /**
     * wrapper config类型
     */
    String WRAPPER_TYPE_CONFIG = "config";
    /**
     * 非正常字段
     */
    String SERIAL_VERSION_UID = "serialVersionUID";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy