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.classfileMethods in java.lang.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.