Uses of Interface
java.lang.classfile.AnnotationValue.OfArray
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AnnotationValue.OfArrayPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionAnnotationValue.ofArray
(AnnotationValuePREVIEW... values) Returns an annotation element for an array-valued element.AnnotationValue.ofArray
(List<AnnotationValuePREVIEW> values) Returns an annotation element for an array-valued element.