Uses of Interface
io.github.dmlloyd.classfile.attribute.RuntimeVisibleParameterAnnotationsAttribute
Packages that use RuntimeVisibleParameterAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.github.dmlloyd.classfile library.-
Uses of RuntimeVisibleParameterAnnotationsAttribute in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.classfile that return types with arguments of type RuntimeVisibleParameterAnnotationsAttributeModifier and TypeMethodDescriptionAttributes.runtimeVisibleParameterAnnotations()Returns the mapper for theRuntimeVisibleParameterAnnotationsattribute. -
Uses of RuntimeVisibleParameterAnnotationsAttribute in io.github.dmlloyd.classfile.attribute
Methods in io.github.dmlloyd.classfile.attribute that return RuntimeVisibleParameterAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeVisibleParameterAnnotationsAttribute.of(List<List<Annotation>> parameterAnnotations) Returns aRuntimeVisibleParameterAnnotationsattribute.