mysession.java
来自「一个java 代码生成器」· Java 代码 · 共 39 行
JAVA
39 行
package com.session.stateless;import java.rmi.RemoteException;import javax.ejb.EJBObject;import java.util.*;import java.math.*;/** * This is the MySession interface. * * @Author: Siddhartha P. Chandurkar * @version $ID: $ * */public interface MySession extends EJBObject{ //METHODS void bar() throws RemoteException, MyException, MyOtherException; void foo() throws RemoteException; /** * Write your manual code between these tags. They will be retained if code is * regenerated. * IMPORTANT !!! Please do not remove these tags even if you dont add any manual code */ //<manual-code> //</manual-code>}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?