Uses of Interface
io.smallrye.classfile.attribute.RuntimeVisibleAnnotationsAttribute
Packages that use RuntimeVisibleAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of RuntimeVisibleAnnotationsAttribute in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type RuntimeVisibleAnnotationsAttributeModifier and TypeMethodDescriptionAttributes.runtimeVisibleAnnotations()Returns the mapper for theRuntimeVisibleAnnotationsattribute. -
Uses of RuntimeVisibleAnnotationsAttribute in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return RuntimeVisibleAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeVisibleAnnotationsAttribute.of(Annotation... annotations) Returns aRuntimeVisibleAnnotationsattribute.RuntimeVisibleAnnotationsAttribute.of(List<Annotation> annotations) Returns aRuntimeVisibleAnnotationsattribute.