Attribute<RuntimeInvisibleTypeAnnotationsAttribute>, ClassElement, ClassFileElement, CodeElement, FieldElement, MethodElementpublic sealed interface RuntimeInvisibleTypeAnnotationsAttribute extends Attribute<RuntimeInvisibleTypeAnnotationsAttribute>, ClassElement, MethodElement, FieldElement, CodeElement
RuntimeInvisibleTypeAnnotations attribute (JVMS 4.7.21), which stores type-use annotations for the annotated uses of types in this structure that are visible to class file consumers but are not visible to core reflection. Its delivery in the traversal of a CodeModel may be toggled by ClassFile.DebugElementsOption. This attribute appears on classes, fields, methods, Code attributes, and record components, and does not permit multiple instances in one structure. It has a data dependency on arbitrary indices in the class file format, so users must take great care to ensure this attribute is still correct after a class file has been transformed.
The attribute was introduced in the Java SE Platform version 8, major version 52.
RuntimeInvisibleTypeAnnotations Attribute| Modifier and Type | Method | Description |
|---|---|---|
List |
annotations() |
Returns the run-time invisible annotations on uses of types in this structure. |
static RuntimeInvisibleTypeAnnotationsAttribute |
of |
Returns a RuntimeInvisibleTypeAnnotations attribute. |
static RuntimeInvisibleTypeAnnotationsAttribute |
of |
Returns a RuntimeInvisibleTypeAnnotations attribute. |
attributeMapper, attributeName
List<TypeAnnotation> annotations()
static RuntimeInvisibleTypeAnnotationsAttribute of(List<TypeAnnotation> annotations)
RuntimeInvisibleTypeAnnotations attribute.annotations - the annotationsRuntimeInvisibleTypeAnnotations attributestatic RuntimeInvisibleTypeAnnotationsAttribute of(TypeAnnotation... annotations)
RuntimeInvisibleTypeAnnotations attribute.annotations - the annotationsRuntimeInvisibleTypeAnnotations attribute
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/classfile/attribute/RuntimeInvisibleTypeAnnotationsAttribute.html