Uses of Interface
java.lang.classfile.AnnotationValue.OfArray
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AnnotationValue.OfArray in java.lang.classfile
Modifier and TypeMethodDescriptionstatic AnnotationValue.OfArray
AnnotationValue.ofArray
(AnnotationValue... values) Returns an array value for an element-value pair.static AnnotationValue.OfArray
AnnotationValue.ofArray
(List<AnnotationValue> values) Returns an array value for an element-value pair.