接口 | 描述 |
---|---|
Annotation |
所有注释类型扩展的公共接口。
|
Enum | 描述 |
---|---|
ElementType |
这个枚举类型的常量提供了在Java程序中可能出现注释的句法位置的简单分类。
|
RetentionPolicy |
注释保留政策。
|
异常 | 描述 |
---|---|
AnnotationTypeMismatchException |
抛出以指示程序已尝试访问注释编辑(或序列化)后类型已更改的注释元素。
|
IncompleteAnnotationException |
抛出以指示程序已尝试访问在编辑(或序列化)注释后添加到注释类型定义的注释类型的元素。
|
Error | 描述 |
---|---|
AnnotationFormatError |
当注释解析器尝试从类文件读取注释并确定注释格式错误时抛出。
|
Annotation Type | 描述 |
---|---|
Documented |
表示具有类型的注释默认情况下由javadoc和类似工具记录。
|
Inherited |
表示注释类型自动继承。
|
Native |
表示定义常量值的字段可以从本地代码引用。
|
Repeatable |
注释类型
java.lang.annotation.Repeatable 用于表示其(meta-)注释声明的注释类型是可
重复的 。
|
Retention |
指示要注释具有注释类型的注释的保留时间。
|
Target |
指示注释类型适用的上下文。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.