📄 my.java
字号:
/* * Generated by XDoclet - Do not edit! */package com.steel.interfaces;/** * Remote interface for my. * @xdoclet-generated at ${TODAY} * @copyright The XDoclet Team * @author XDoclet * @version ${version} */public interface my extends javax.ejb.EJBObject{ /** * An example business method * @throws EJBException Thrown if method fails due to system-level error. */ public void replaceWithRealBusinessMethod( ) throws java.rmi.RemoteException; /** * An example business method * @throws EJBException Thrown if method fails due to system-level error. */ public java.lang.String hello( ) throws java.rmi.RemoteException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -