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