Top Description Fields Methods
jdk.jfr.internal

public @Interface Level

extends Annotation
Annotations
@MetadataDefinition
@Target:TYPE
@Inherited
@Retention:RUNTIME
Imports
java.lang.annotation.ElementType, .Inherited, .Retention, .RetentionPolicy, .Target, jdk.jfr.MetadataDefinition

Event annotation, determines filtering level. This settings is only supported for JVM events.
Since
22

Field Summary

Modifier and TypeField and Description
public static final String
NAME

Settings name "level" for configuring filtering level.

Method Summary

Modifier and TypeMethod and Description
public String[]

Returns:

the levels, default { "forRemoval", "all" }, not null
value
()

Levels, for example "forRemoval", "all".

Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString

Field Detail

NAMEback to summary
public static final String NAME

Settings name "level" for configuring filtering level.

Method Detail

valueback to summary
public String[] value()

Levels, for example "forRemoval", "all".

Returns:String[]

the levels, default { "forRemoval", "all" }, not null