Uses of Interface
io.smallrye.classfile.AnnotationValue.OfBoolean
Packages that use AnnotationValue.OfBoolean
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AnnotationValue.OfBoolean in io.smallrye.classfile
Methods in io.smallrye.classfile that return AnnotationValue.OfBooleanModifier and TypeMethodDescriptionstatic AnnotationValue.OfBooleanAnnotationValue.ofBoolean(boolean value) Returns a boolean value for an element-value pair.static AnnotationValue.OfBooleanAnnotationValue.ofBoolean(IntegerEntry value) Returns a boolean value for an element-value pair.