Uses of Interface
java.lang.classfile.attribute.RuntimeInvisibleAnnotationsAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of RuntimeInvisibleAnnotationsAttribute in java.lang.classfile
Modifier and TypeMethodDescriptionAttributes.runtimeInvisibleAnnotations()
Returns Attribute mapper for theRuntimeInvisibleAnnotations
attribute. -
Uses of RuntimeInvisibleAnnotationsAttribute in java.lang.classfile.attribute
Modifier and TypeInterfaceDescriptioninterface
Models theRuntimeInvisibleAnnotations
attribute (JVMS 4.7.17), which can appear on classes, methods, and fields.Modifier and TypeMethodDescriptionRuntimeInvisibleAnnotationsAttribute.of
(Annotation... annotations) Returns aRuntimeInvisibleAnnotations
attribute.RuntimeInvisibleAnnotationsAttribute.of
(List<Annotation> annotations) Returns aRuntimeInvisibleAnnotations
attribute.