Uses of Interface
java.lang.classfile.attribute.RuntimeInvisibleParameterAnnotationsAttribute
Packages that use RuntimeInvisibleParameterAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of RuntimeInvisibleParameterAnnotationsAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type RuntimeInvisibleParameterAnnotationsAttributeModifier and TypeMethodDescriptionAttributes.runtimeInvisibleParameterAnnotations()
Returns Attribute mapper for theRuntimeInvisibleParameterAnnotations
attribute. -
Uses of RuntimeInvisibleParameterAnnotationsAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type RuntimeInvisibleParameterAnnotationsAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theRuntimeInvisibleParameterAnnotations
attribute (JVMS 4.7.19), which can appear on methods.Methods in java.lang.classfile.attribute that return RuntimeInvisibleParameterAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeInvisibleParameterAnnotationsAttribute.of
(List<List<Annotation>> parameterAnnotations) Returns aRuntimeInvisibleParameterAnnotations
attribute.