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 TypeFieldDescriptionAttributes.RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS
Attribute mapper for theRuntimeVisibleParameterAnnotations
attribute -
Uses of RuntimeVisibleParameterAnnotationsAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptionRuntimeVisibleParameterAnnotationsAttribute.of
(List<List<AnnotationPREVIEW>> parameterAnnotations) Returns aRuntimeVisibleParameterAnnotations
attribute.