Uses of Interface
io.smallrye.classfile.AnnotationValue.OfLong
Packages that use AnnotationValue.OfLong
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AnnotationValue.OfLong in io.smallrye.classfile
Methods in io.smallrye.classfile that return AnnotationValue.OfLongModifier and TypeMethodDescriptionstatic AnnotationValue.OfLongAnnotationValue.ofLong(long value) Returns a long value for an element-value pair.static AnnotationValue.OfLongReturns a long value for an element-value pair.