JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Java SE 17 & JDK 17
DRAFT 17-crac+6-21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
jdk.jfr
Package
jdk.jfr
Annotation Interface BooleanFlag
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
TYPE
,
METHOD
})
public @interface
BooleanFlag
Event field annotation, specifies that the value is a boolean flag, a
true
or
false
value.
Since:
9