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.classfile
PREVIEW 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 theRuntimeInvisibleTypeAnnotations
attribute. -
Uses of RuntimeInvisibleTypeAnnotationsAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type RuntimeInvisibleTypeAnnotationsAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterface
Preview.Models theRuntimeInvisibleTypeAnnotations
attribute 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 aRuntimeInvisibleTypeAnnotations
attribute.RuntimeInvisibleTypeAnnotationsAttribute.of
(List<TypeAnnotationPREVIEW> annotations) Returns aRuntimeInvisibleTypeAnnotations
attribute.