dao.java
来自「Spring的注入模式(一) 这个压缩包里包括的教程: Manning_-_」· Java 代码 · 共 12 行
JAVA
12 行
package org.appfuse.dao;
/**
* Data Access Object (DAO) interface. This is an empty interface
* used to tag our DAO classes. Common methods for each interface
* could be added here.
*
* @author Matt Raible
*/
public interface DAO {
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?