Uses of Interface
io.smallrye.classfile.AnnotationValue.OfChar
Packages that use AnnotationValue.OfChar
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AnnotationValue.OfChar in io.smallrye.classfile
Methods in io.smallrye.classfile that return AnnotationValue.OfCharModifier and TypeMethodDescriptionstatic AnnotationValue.OfCharAnnotationValue.ofChar(char value) Returns a char value for an element-value pair.static AnnotationValue.OfCharAnnotationValue.ofChar(IntegerEntry value) Returns a char value for an element-value pair.