Uses of Interface
java.lang.classfile.attribute.RuntimeInvisibleTypeAnnotationsAttribute
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
Modifier and TypeFieldDescriptionAttributes.RUNTIME_INVISIBLE_TYPE_ANNOTATIONS
Attribute mapper for theRuntimeInvisibleTypeAnnotations
attribute -
Uses of RuntimeInvisibleTypeAnnotationsAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Models theRuntimeInvisibleTypeAnnotations
attribute 4.7.21, which can appear on classes, methods, fields, and code attributes.Modifier and TypeMethodDescriptionRuntimeInvisibleTypeAnnotationsAttribute.of
(TypeAnnotationPREVIEW... annotations) Returns aRuntimeInvisibleTypeAnnotations
attribute.RuntimeInvisibleTypeAnnotationsAttribute.of
(List<TypeAnnotationPREVIEW> annotations) Returns aRuntimeInvisibleTypeAnnotations
attribute.