Uses of Interface
java.lang.classfile.attribute.RuntimeVisibleParameterAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of RuntimeVisibleParameterAnnotationsAttributePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionAttributes.runtimeVisibleParameterAnnotations()
Returns Attribute mapper for theRuntimeVisibleParameterAnnotations
attribute. -
Uses of RuntimeVisibleParameterAnnotationsAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Models theRuntimeVisibleParameterAnnotations
attribute (JVMS 4.7.18), which can appear on methods.Modifier and TypeMethodDescriptionRuntimeVisibleParameterAnnotationsAttribute.of
(List<List<AnnotationPREVIEW>> parameterAnnotations) Returns aRuntimeVisibleParameterAnnotations
attribute.