|
|||||||||
类 java.lang.annotation.Documented
的使用
使用 Documented 的软件包 | |
---|---|
java.lang | 提供利用 Java 编程语言进行程序设计的基础类。 |
java.lang.annotation | 为 Java 编程语言注释设施提供库支持。 |
java.lang 中 Documented 的使用 |
---|
注释类型为 Documented 的 java.lang 中的类 | |
---|---|
interface |
Deprecated 用 @Deprecated 注释的程序元素,不鼓励程序员使用这样的元素,通常是因为它很危险或存在更好的选择。 |
java.lang.annotation 中 Documented 的使用 |
---|
注释类型为 Documented 的 java.lang.annotation 中的类 | |
---|---|
interface |
Documented 指示某一类型的注释将通过 javadoc 和类似的默认工具进行文档化。 |
interface |
Inherited 指示注释类型被自动继承。 |
interface |
Retention 指示注释类型的注释要保留多久。 |
interface |
Target 指示注释类型所适用的程序元素的种类。 |
所有类
|
|||||||||