Uses of Interface
java.lang.classfile.attribute.RuntimeInvisibleTypeAnnotationsAttribute
Packages that use RuntimeInvisibleTypeAnnotationsAttributePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.-
Uses of RuntimeInvisibleTypeAnnotationsAttributePREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return types with arguments of type RuntimeInvisibleTypeAnnotationsAttributePREVIEWModifier and TypeMethodDescriptionAttributes.runtimeInvisibleTypeAnnotations()Returns Attribute mapper for theRuntimeInvisibleTypeAnnotationsattribute. -
Uses of RuntimeInvisibleTypeAnnotationsAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type RuntimeInvisibleTypeAnnotationsAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Models theRuntimeInvisibleTypeAnnotationsattribute 4.7.21, which can appear on classes, methods, fields, and code attributes.Methods in java.lang.classfile.attributePREVIEW that return RuntimeInvisibleTypeAnnotationsAttributePREVIEWModifier and TypeMethodDescriptionRuntimeInvisibleTypeAnnotationsAttribute.of(TypeAnnotationPREVIEW... annotations) Returns aRuntimeInvisibleTypeAnnotationsattribute.RuntimeInvisibleTypeAnnotationsAttribute.of(List<TypeAnnotationPREVIEW> annotations) Returns aRuntimeInvisibleTypeAnnotationsattribute.