Uses of Class
jdk.jfr.AnnotationElement
Package
Description
This package provides classes to create events and control Flight Recorder.
-
Uses of AnnotationElement in jdk.jfr
Modifier and TypeMethodDescriptionAnnotationElement.getAnnotationElements()
Returns an immutable list of annotation elements for thisAnnotationElement
.EventType.getAnnotationElements()
Returns an immutable list of annotation elements for this event type.SettingDescriptor.getAnnotationElements()
Returns an immutable list of annotation elements for this value descriptor.ValueDescriptor.getAnnotationElements()
Returns an immutable list of annotation elements for this value descriptor.Modifier and TypeMethodDescriptionstatic EventFactory
EventFactory.create
(List<AnnotationElement> annotationElements, List<ValueDescriptor> fields) Creates anEventFactory
object.ModifierConstructorDescriptionValueDescriptor
(Class<?> type, String name, List<AnnotationElement> annotations) Constructs a value descriptor, useful for dynamically creating event types and annotations.