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 theRuntimeVisibleTypeAnnotationsattribute. -
Uses of RuntimeVisibleTypeAnnotationsAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type RuntimeVisibleTypeAnnotationsAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theRuntimeVisibleTypeAnnotationsattribute (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 aRuntimeVisibleTypeAnnotationsattribute.RuntimeVisibleTypeAnnotationsAttribute.of(List<TypeAnnotation> annotations) Returns aRuntimeVisibleTypeAnnotationsattribute.