canonical.java

来自「A Java web application, based on Struts 」· Java 代码 · 共 15 行

JAVA
15
字号
/* @LICENSE_COPYRIGHT@ */package net.sf.irunninglog.canonical;/** * Base canonical class.  This is an abstract class that should be extended * by any class used to represent a canonical object within the system. * * @author <a href="mailto:allan_e_lewis@yahoo.com">Allan Lewis</a> * @version $Revision: 1.1.1.1 $ $Date: 2005/06/23 01:48:56 $ * @since iRunningLog 1.0 */public abstract class Canonical {}

⌨️ 快捷键说明

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