poolconstants.java

来自「Contents * Introduction * Installa」· Java 代码 · 共 21 行

JAVA
21
字号
package org.smartlib.pool.core;

/**
 * Created by IntelliJ IDEA.
 * User: kerneldebugger
 * Date: Sep 28, 2005
 * Time: 8:39:27 PM
 * To change this template use File | Settings | File Templates.
 */
public interface PoolConstants {

    // System property
    public static final String CONFIG_FILE_SYSTEM_PROPERTY = "config.file";

    public static final String TEST_CONFIG_FILE_SYSTEM_PROPERTY = "test.config.file";




}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?