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 TypeMethodDescriptionRuntimeInvisibleTypeAnnotationsAttribute.of
(TypeAnnotationPREVIEW... annotations) Returns aRuntimeInvisibleTypeAnnotations
attribute.RuntimeInvisibleTypeAnnotationsAttribute.of
(List<TypeAnnotationPREVIEW> annotations) Returns aRuntimeInvisibleTypeAnnotations
attribute.