apprelationcore.java

来自「SSH示范」· Java 代码 · 共 18 行

JAVA
18
字号
package com.iplan.portal.framework.base;

/**
 * 
 * The relation between modules.
 * This means that you must call functions of other modules with this class
 * you can use this class to call another modules's function 
 * 
 * <p>
 * http://www.hao-se.cn
 * </p>
 * 
 * @author  ws
 */
public class AppRelationCore {
	//��Ÿ��ģ��存放各个模块facade的接口,模块直接互相的调用都需要通过它来实现
}

⌨️ 快捷键说明

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