JavaTM 2 Platform
Standard Ed. 6

類別 java.lang.annotation.Documented
的使用

使用 Documented 的軟體套件
java.beans 包含與開發 beans 有關的類別,即基於 JavaBeansTM 架構的元件。 
java.lang 提供利用 Java 程式語言進行程序設計的基礎類別。 
java.lang.annotation 為 Java 程式語言註釋設施提供資源庫支持。 
javax.annotation   
javax.annotation.processing 用來宣告註釋處理器並允許註釋處理器與註釋處理工具環境通信的工具。 
javax.management 提供 Java Management Extensions 的核心類別。 
javax.xml.ws 此套件包含核心 JAX-WS API。 
 

java.beansDocumented 的使用
 

註釋型別為 Documentedjava.beans 中的類別
 interface ConstructorProperties
           關於建構子的註釋,用來說明該建構子的參數如何與被建構物件的獲取方法相對應。
 

java.langDocumented 的使用
 

註釋型別為 Documentedjava.lang 中的類別
 interface Deprecated
          用 @Deprecated 註釋的程序元素,不鼓勵開發人員使用這樣的元素,通常是因為它很危險或存在更好的選擇。
 

java.lang.annotationDocumented 的使用
 

註釋型別為 Documentedjava.lang.annotation 中的類別
 interface Documented
          指示某一型別的註釋將通過 javadoc 和類似的預設工具進行文檔化。
 interface Inherited
          指示註釋型別被自動繼承。
 interface Retention
          指示註釋型別的註釋要保留多久。
 interface Target
          指示註釋型別所適用的程序元素的種類別。
 

javax.annotationDocumented 的使用
 

註釋型別為 Documentedjavax.annotation 中的類別
 interface Generated
          Generated 註釋用於標記已產生的源程式碼。
 interface PostConstruct
          PostConstruct 註釋用於在依賴關係注入完成之後需要執行的方法上,以執行任何初始化。
 interface PreDestroy
          PreDestroy 註釋作為回調通知用於各方法,以表示該實例正處於被容器移除的過程中。
 interface Resources
          此類別用於允許多個資源宣告。
 

javax.annotation.processingDocumented 的使用
 

註釋型別為 Documentedjavax.annotation.processing 中的類別
 interface SupportedAnnotationTypes
          用來指示註釋處理器支持哪些註釋型別的註釋。
 interface SupportedOptions
          用來指示註釋處理器支持哪些選項的註釋。
 interface SupportedSourceVersion
          用來指示註釋處理器所支持的最新源版本的註釋。
 

javax.managementDocumented 的使用
 

註釋型別為 Documentedjavax.management 中的類別
 interface DescriptorKey
          描述註釋元素與 Descriptor 中欄位之間關聯方式的元註釋。
 interface MXBean
          顯式地標記某一介面是否為 MXBean 介面的註釋。
 

javax.xml.wsDocumented 的使用
 

註釋型別為 Documentedjavax.xml.ws 中的類別
 interface BindingType
          BindingType 註釋用於指定 Web 服務端點實作類別所使用的綁定。
 interface RequestWrapper
          此類別通過將在運行時使用的請求外覆器 bean 註釋服務端點介面中的方法。
 interface ResponseWrapper
          此類別通過將在運行時使用的回應外覆器 bean 註釋服務端點介面中的方法。
 interface ServiceMode
          用於指示 Provider 實作是希望使用整個協議訊息還是只使用協議訊息負載。
 interface WebEndpoint
          此類別用來註釋所產生服務介面的 getPortName() 方法。
 interface WebFault
          此類別用來註釋特定於服務的異常類別,以自定義故障元素的本地名稱和名稱空間名稱以及故障 bean 的名稱。
 interface WebServiceClient
          此類別用來註釋產生的服務介面。
 interface WebServiceProvider
          此類別用來註釋 Provider 實作類別。
 interface WebServiceRef
          WebServiceRef 註釋用於定義 Web 服務及其(可選)注入目標的參考。
 interface WebServiceRefs
          WebServiceRefs 註釋允許在類別級別宣告多個 web 服務參考。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only