Uses of Interface
java.lang.classfile.attribute.RuntimeVisibleParameterAnnotationsAttribute
Packages that use RuntimeVisibleParameterAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file 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 the 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 stores declaration annotations on the method parameters of this method that are visible to bothclass
file consumers and core reflection.Methods in java.lang.classfile.attribute that return RuntimeVisibleParameterAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeVisibleParameterAnnotationsAttribute.of
(List<List<Annotation>> parameterAnnotations) Returns aRuntimeVisibleParameterAnnotations
attribute.