Module jdk.jfr
Package jdk.jfr

Annotation Interface Percentage


@Retention(RUNTIME) @Target({FIELD,TYPE,METHOD}) public @interface Percentage
事件字段注解,用于分数,通常在0.01.0之间,指定该值为百分比。

例如,通过此注解注释的值为0.5的字段,应被解释为50%,并在图形用户界面中以百分比符号呈现,以避免与0.005%混淆。

自:
9