Uses of Interface
io.smallrye.classfile.AnnotationValue.OfInt
Packages that use AnnotationValue.OfInt
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AnnotationValue.OfInt in io.smallrye.classfile
Methods in io.smallrye.classfile that return AnnotationValue.OfIntModifier and TypeMethodDescriptionstatic AnnotationValue.OfIntAnnotationValue.ofInt(int value) Returns an int value for an element-value pair.static AnnotationValue.OfIntAnnotationValue.ofInt(IntegerEntry value) Returns an int value for an element-value pair.