Uses of Interface
io.github.dmlloyd.classfile.AnnotationValue.OfShort
Packages that use AnnotationValue.OfShort
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AnnotationValue.OfShort in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.classfile that return AnnotationValue.OfShortModifier and TypeMethodDescriptionstatic AnnotationValue.OfShortAnnotationValue.ofShort(short value) Returns a short value for an element-value pair.static AnnotationValue.OfShortAnnotationValue.ofShort(IntegerEntry value) Returns a short value for an element-value pair.