Uses of Interface
org.openjdk.jmc.flightrecorder.writer.api.AnnotationElementBuilder
-
Packages that use AnnotationElementBuilder Package Description org.openjdk.jmc.flightrecorder.writer.api -
-
Uses of AnnotationElementBuilder in org.openjdk.jmc.flightrecorder.writer.api
Methods in org.openjdk.jmc.flightrecorder.writer.api that return AnnotationElementBuilder Modifier and Type Method Description AnnotationElementBuilderAnnotationElementBuilder. addArgument(String name, Consumer<TypedValueBuilder> builderCallback)Add annotation argumentAnnotationElementBuilderAnnotationElementBuilder. addArgument(String name, TypedValue value)Add annotation argument
-