⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testobject.java

📁 XDoclet 使自动生成部署描述符更为便利。XDoclet 是一个代码生成实用程序
💻 JAVA
字号:
/*
 * Created on 23.02.2004
 *
 * To change the template for this generated file go to
 * Window>Preferences>Java>Code Generation>Code and Comments
 */
package test.wsee;

/**
 * @wsee.jaxrpc-mapping local-part="TestObject" 
 */
public class TestObject {

   /**
    * @wsee.variable-mapping name="TestField"
    */
   public boolean testField;
   
   /**
    * @wsee.variable-mapping name="TestProperty"
    * @return
    */
   public String getTestProperty() {
      return null;
   }
   
   /**
    * @wsee.variable-mapping name=TestProperty"
    */
   public void setTestProperty(String property) {
   }
   
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -