Uses of Interface
java.lang.classfile.attribute.RuntimeInvisibleTypeAnnotationsAttribute
Packages that use RuntimeInvisibleTypeAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of RuntimeInvisibleTypeAnnotationsAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type RuntimeInvisibleTypeAnnotationsAttributeModifier and TypeMethodDescriptionAttributes.runtimeInvisibleTypeAnnotations()
Returns Attribute mapper for theRuntimeInvisibleTypeAnnotations
attribute. -
Uses of RuntimeInvisibleTypeAnnotationsAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type RuntimeInvisibleTypeAnnotationsAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theRuntimeInvisibleTypeAnnotations
attribute (JVMS 4.7.21), which can appear on classes, methods, fields, and code attributes.Methods in java.lang.classfile.attribute that return RuntimeInvisibleTypeAnnotationsAttributeModifier and TypeMethodDescriptionRuntimeInvisibleTypeAnnotationsAttribute.of
(TypeAnnotation... annotations) Returns aRuntimeInvisibleTypeAnnotations
attribute.RuntimeInvisibleTypeAnnotationsAttribute.of
(List<TypeAnnotation> annotations) Returns aRuntimeInvisibleTypeAnnotations
attribute.