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
Fields in java.lang.classfilePREVIEW with type parameters of type RuntimeInvisibleTypeAnnotationsAttributePREVIEWModifier and TypeFieldDescriptionAttributes.RUNTIME_INVISIBLE_TYPE_ANNOTATIONSAttribute 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.