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