Uses of Interface
io.smallrye.classfile.AnnotationValue.OfDouble
Packages that use AnnotationValue.OfDouble
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AnnotationValue.OfDouble in io.smallrye.classfile
Methods in io.smallrye.classfile that return AnnotationValue.OfDoubleModifier and TypeMethodDescriptionstatic AnnotationValue.OfDoubleAnnotationValue.ofDouble(double value) Returns a double value for an element-value pair.static AnnotationValue.OfDoubleAnnotationValue.ofDouble(DoubleEntry value) Returns a double value for an element-value pair.