Uses of Class
java.lang.annotation.Documented
-
Packages that use Documented 软件包 描述 java.beans 包含与开发 bean相关的类 - 基于JavaBeans™体系结构的组件。java.lang 提供对Java编程语言设计至关重要的类。java.lang.annotation 为Java编程语言注释工具提供库支持。javax.annotation.processing 用于声明注释处理器和允许注释处理器与注释处理工具环境通信的工具。javax.management 提供Java Management Extensions的核心类。 -
-
Uses of Documented in java.beans
Classes in java.beans with annotations of type Documented 变量和类型 类 描述 interface
BeanProperty
用于为自动生成的BeanInfo
类指定某些属性相关信息的注释。interface
ConstructorProperties
构造函数上的注释,显示该构造函数的参数如何与构造对象的getter方法相对应。interface
JavaBean
用于为自动生成的BeanInfo
类指定某些类相关信息的注释。 -
Uses of Documented in java.lang
Classes in java.lang with annotations of type Documented 变量和类型 类 描述 interface
已过时的
注释@Deprecated
的程序元素是程序员不鼓励使用的程序元素。interface
FunctionalInterface
一种信息性注释类型,用于指示接口类型声明旨在成为Java语言规范定义的 功能接口 。interface
SafeVarargs
程序员断言,带注释的方法或构造函数的主体不会对其varargs参数执行可能不安全的操作。 -
Uses of Documented in java.lang.annotation
Classes in java.lang.annotation with annotations of type Documented 变量和类型 类 描述 interface
Documented
如果注释类型 A的声明中存在注释@Documented
,则元素上的任何@A
注释都将被视为元素的公共合同的一部分。interface
Inherited
表示自动继承注释类型。interface
Native
指示可以从本机代码引用定义常量值的字段。interface
Repeatable
注释类型java.lang.annotation.Repeatable
用于指示其声明(meta-)注释的注释类型是 可重复的 。interface
Retention
指示要保留带注释类型的注释的时间长度。interface
Target
指示注释类型适用的上下文。 -
Uses of Documented in javax.annotation.processing
Classes in javax.annotation.processing with annotations of type Documented 变量和类型 类 描述 interface
Generated
Generated annotation用于标记已生成的源代码。interface
SupportedAnnotationTypes
用于指示注释处理器支持的注释类型的注释。interface
SupportedOptions
用于指示注释处理器支持的选项的注释。interface
SupportedSourceVersion
用于指示注释处理器支持的最新源版本的注释。 -
Uses of Documented in javax.management
Classes in javax.management with annotations of type Documented 变量和类型 类 描述 interface
ConstructorParameters
构造函数上的注释,显示该构造函数的参数如何与构造对象的getter方法相对应。interface
DescriptorKey
元注释,描述注释元素如何与Descriptor
中的字段相关 。interface
MXBean
用于将接口明确标记为MXBean接口或不是MXBean接口的注释。
-