JavaTM 2 Platform
Standard Ed. 5.0

クラス
java.lang.annotation.Documented の使用

Documented を使用しているパッケージ
java.lang Java プログラム言語の設計にあたり基本的なクラスを提供します。 
java.lang.annotation Java プログラミング言語の注釈機能をサポートするライブラリを提供します。 
 

java.lang での Documented の使用
 

Classes in java.lang with annotations of type Documented
 interface Deprecated
          注釈付きのプログラム要素 @Deprecated は、一般に危険であったり、より適切な他のプログラム要素で代用できることもあり、プログラマには使用を勧められないプログラム要素です。
 

java.lang.annotation での Documented の使用
 

Classes in java.lang.annotation with annotations of type Documented
 interface Documented
          型を持つ注釈が javadoc および同様のツールによってデフォルトでドキュメント化されることを示します。
 interface Inherited
          注釈型が自動的に継承されることを示します。
 interface Retention
          注釈付きの型を持つ注釈を保持する期間を示します。
 interface Target
          注釈型が適用可能なプログラム要素の種類を示します。
 


JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。