Uses of Interface
java.lang.classfile.attribute.RuntimeVisibleAnnotationsAttribute
Packages that use RuntimeVisibleAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of RuntimeVisibleAnnotationsAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type RuntimeVisibleAnnotationsAttributeModifier and TypeMethodDescriptionAttributes.runtimeVisibleAnnotations()
Returns Attribute mapper for theRuntimeVisibleAnnotations
attribute. -
Uses of RuntimeVisibleAnnotationsAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type RuntimeVisibleAnnotationsAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theRuntimeVisibleAnnotations
attribute (JVMS 4.7.16), which can appear on classes, methods, and fields.Methods in java.lang.classfile.attribute that return RuntimeVisibleAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeVisibleAnnotationsAttribute.of
(Annotation... annotations) Returns aRuntimeVisibleAnnotations
attribute.RuntimeVisibleAnnotationsAttribute.of
(List<Annotation> annotations) Returns aRuntimeVisibleAnnotations
attribute.