net.mingsoft.attention.constant.Const Maven / Gradle / Ivy
The newest version!
/**
* Copyright (c) 2012-present 铭软科技(mingsoft.net)
* 本软件及相关文档文件(以下简称“软件”)的版权归 铭软科技 所有
* 遵循 铭软科技《服务协议》中的《保密条款》
*/
package net.mingsoft.attention.constant;
/**
* 铭飞关注模块定义
* @author 铭飞开源团队
* @date 2019年7月16日
*/
public final class Const {
/**
* 资源文件
*/
public final static String RESOURCES = "net.mingsoft.attention.resources.resources";
}