您的浏览器禁用了 JavaScript。
跳过导航链接
Java SE 20 & JDK 20
概述
模块
包
类
使用
树
预览
新的
已弃用
索引
帮助
SEARCH
注解的使用
java.lang.annotation.Inherited
使用
Inherited
的包
包
描述
jdk.jfr
这个包提供类来创建事件和控制飞行记录器。
Inherited
在
jdk.jfr
中的用法
具有类型为
Inherited
的注解的
jdk.jfr
中的类
修饰符和类型
类
描述
@interface
Category
事件注解,以人类可读路径的格式将事件类型与类别相关联。
@interface
Enabled
事件注解,确定是否应默认启用事件。
@interface
Experimental
指定元素是实验性的并且可能会更改,恕不另行通知的注解。
@interface
Period
事件注解,指定周期性事件的默认设置值。
@interface
Registered
事件注解,用于程序化事件注册。
@interface
StackTrace
事件注解,确定事件默认情况下是否具有堆栈跟踪。
@interface
Threshold
事件注解,指定不记录事件的默认持续时间(例如,
"20 ms"
)。