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

io.github.chad2li.autoinject.dict.cst.DictCst Maven / Gradle / Ivy

The newest version!
package io.github.chad2li.autoinject.dict.cst;

/**
 * dict 常量
 *
 * @author chad
 * @copyright 2023 chad
 * @since created at 2023/9/14 02:03
 */
public class DictCst {
    /**
     * 字典策略
     */
    public static final String DICT = "DICT";

    private DictCst() {
        // do nothing
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy