Uses of Interface
io.smallrye.classfile.AnnotationValue.OfArray
Packages that use AnnotationValue.OfArray
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AnnotationValue.OfArray in io.smallrye.classfile
Methods in io.smallrye.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.