Uses of Interface
java.lang.classfile.AnnotationValue.OfInt
Packages that use AnnotationValue.OfInt
Package
Description
Provides classfile parsing, generation, and transformation library.
- 
Uses of AnnotationValue.OfInt in java.lang.classfileMethods in java.lang.classfile that return AnnotationValue.OfIntModifier and TypeMethodDescriptionstatic AnnotationValue.OfIntAnnotationValue.ofInt(int value) Returns an int value for an element-value pair.static AnnotationValue.OfIntAnnotationValue.ofInt(IntegerEntry value) Returns an int value for an element-value pair.