JavaScript is disabled on your browser.
Skip navigation links
Java SE 21 & JDK 21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Module
jdk.jfr
Package
jdk.jfr
Annotation Interface Percentage
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
TYPE
,
METHOD
})
public @interface
Percentage
事件字段注解,用于分数,通常在
0.0
和
1.0
之间,指定该值为百分比。
例如,通过此注解注释的值为
0.5
的字段,应被解释为
50%
,并在图形用户界面中以百分比符号呈现,以避免与
0.005%
混淆。
自:
9