Uses of Interface
io.github.dmlloyd.classfile.attribute.RuntimeInvisibleParameterAnnotationsAttribute
Packages that use RuntimeInvisibleParameterAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.github.dmlloyd.classfile library.-
Uses of RuntimeInvisibleParameterAnnotationsAttribute in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.classfile that return types with arguments of type RuntimeInvisibleParameterAnnotationsAttributeModifier and TypeMethodDescriptionAttributes.runtimeInvisibleParameterAnnotations()Returns the mapper for theRuntimeInvisibleParameterAnnotationsattribute. -
Uses of RuntimeInvisibleParameterAnnotationsAttribute in io.github.dmlloyd.classfile.attribute
Methods in io.github.dmlloyd.classfile.attribute that return RuntimeInvisibleParameterAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeInvisibleParameterAnnotationsAttribute.of(List<List<Annotation>> parameterAnnotations) Returns aRuntimeInvisibleParameterAnnotationsattribute.