JavaTM 2 Platform
Standard Ed. 5.0

类 java.lang.annotation.Documented
的使用

使用 Documented 的软件包
java.lang 提供利用 Java 编程语言进行程序设计的基础类。 
java.lang.annotation 为 Java 编程语言注释设施提供库支持。 
 

java.langDocumented 的使用
 

注释类型为 Documentedjava.lang 中的类
 interface Deprecated
          用 @Deprecated 注释的程序元素,不鼓励程序员使用这样的元素,通常是因为它很危险或存在更好的选择。
 

java.lang.annotationDocumented 的使用
 

注释类型为 Documentedjava.lang.annotation 中的类
 interface Documented
          指示某一类型的注释将通过 javadoc 和类似的默认工具进行文档化。
 interface Inherited
          指示注释类型被自动继承。
 interface Retention
          指示注释类型的注释要保留多久。
 interface Target
          指示注释类型所适用的程序元素的种类。
 


JavaTM 2 Platform
Standard Ed. 5.0

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策