Uses of Interface
io.smallrye.classfile.AnnotationValue.OfFloat
Packages that use AnnotationValue.OfFloat
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AnnotationValue.OfFloat in io.smallrye.classfile
Methods in io.smallrye.classfile that return AnnotationValue.OfFloatModifier and TypeMethodDescriptionstatic AnnotationValue.OfFloatAnnotationValue.ofFloat(float value) Returns a float value for an element-value pair.static AnnotationValue.OfFloatAnnotationValue.ofFloat(FloatEntry value) Returns a float value for an element-value pair.