Uses of Interface
java.lang.classfile.attribute.RuntimeVisibleTypeAnnotationsAttribute
Packages that use RuntimeVisibleTypeAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file 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 the 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 stores type-use annotations for the annotated uses of types in this structure that are visible to bothclass
file consumers and core reflection.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.