Uses of Interface
java.lang.classfile.attribute.RuntimeVisibleParameterAnnotationsAttribute
Packages that use RuntimeVisibleParameterAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of RuntimeVisibleParameterAnnotationsAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type RuntimeVisibleParameterAnnotationsAttributeModifier and TypeMethodDescriptionAttributes.runtimeVisibleParameterAnnotations()
Returns Attribute mapper for theRuntimeVisibleParameterAnnotations
attribute. -
Uses of RuntimeVisibleParameterAnnotationsAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type RuntimeVisibleParameterAnnotationsAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theRuntimeVisibleParameterAnnotations
attribute (JVMS 4.7.18), which can appear on methods.Methods in java.lang.classfile.attribute that return RuntimeVisibleParameterAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeVisibleParameterAnnotationsAttribute.of
(List<List<Annotation>> parameterAnnotations) Returns aRuntimeVisibleParameterAnnotations
attribute.