Uses of Interface
java.lang.classfile.AnnotationValue.OfBoolean
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AnnotationValue.OfBoolean in java.lang.classfile
Modifier 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.