?? webmethod.java
字號:
package org.codehaus.xfire.annotations.commons;import org.codehaus.xfire.annotations.WebMethodAnnotation;/** * Commons Attributes version of the WebMethod Annotation. * * @author Arjen Poutsma * @@org.apache.commons.attributes.Target(org.apache.commons.attributes.Target.METHOD) * @see org.codehaus.xfire.annotations.WebMethodAnnotation */public class WebMethod extends WebMethodAnnotation{ /** * Initializes a new instance of the <code>WebMethod</code> attribute. */ public WebMethod() { } /** * Initializes a new instance of the <code>WebMetod</code> attribute with the specified operation name. * * @param operationName the operation name. */ public WebMethod(String operationName) { setOperationName(operationName); }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -