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