viewable.java
来自「OR Mapping工具」· Java 代码 · 共 19 行
JAVA
19 行
package org.ephman.abra.utils;import java.io.Serializable;/** nothing in here -- just a nice wrapper for all views to implement.. * Title: Viewable * Description: nothing in here -- just a nice wrapper for all views to * implement..<p> * Copyright: Copyright (c) 2001 Paul Bethe and Richie Bielak<p> * @author Paul Bethe * @version 0.1.0 */public interface Viewable extends Serializable {}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?