Uses of Interface
java.lang.classfile.attribute.RuntimeVisibleTypeAnnotationsAttribute
Packages that use RuntimeVisibleTypeAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of RuntimeVisibleTypeAnnotationsAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type RuntimeVisibleTypeAnnotationsAttributeModifier and TypeMethodDescriptionAttributes.runtimeVisibleTypeAnnotations()
Returns Attribute mapper for theRuntimeVisibleTypeAnnotations
attribute. -
Uses of RuntimeVisibleTypeAnnotationsAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type RuntimeVisibleTypeAnnotationsAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theRuntimeVisibleTypeAnnotations
attribute (JVMS 4.7.20), which can appear on classes, methods, fields, and code attributes.Methods in java.lang.classfile.attribute that return RuntimeVisibleTypeAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeVisibleTypeAnnotationsAttribute.of
(TypeAnnotation... annotations) Returns aRuntimeVisibleTypeAnnotations
attribute.RuntimeVisibleTypeAnnotationsAttribute.of
(List<TypeAnnotation> annotations) Returns aRuntimeVisibleTypeAnnotations
attribute.