Attribute<RuntimeInvisibleAnnotationsAttribute>, ClassElement, ClassFileElement, FieldElement, MethodElementpublic sealed interface RuntimeInvisibleAnnotationsAttribute extends Attribute<RuntimeInvisibleAnnotationsAttribute>, ClassElement, MethodElement, FieldElement
RuntimeInvisibleAnnotations attribute (JVMS 4.7.17), which stores declaration annotations on this structure that are visible to
class file consumers but are not visible to core reflection. This attribute appears on classes, fields, methods, and record components, and does not permit multiple instances in one structure. It has a data dependency on the constant pool.
The attribute was introduced in the Java SE Platform version 5.0, major version 49.
RuntimeInvisibleAnnotations Attribute| Modifier and Type | Method | Description |
|---|---|---|
List |
annotations() |
Returns the run-time invisible declaration annotations on this structure. |
static RuntimeInvisibleAnnotationsAttribute |
of |
Returns a RuntimeInvisibleAnnotations attribute. |
static RuntimeInvisibleAnnotationsAttribute |
of |
Returns a RuntimeInvisibleAnnotations attribute. |
attributeMapper, attributeName
List<Annotation> annotations()
static RuntimeInvisibleAnnotationsAttribute of(List<Annotation> annotations)
RuntimeInvisibleAnnotations attribute.annotations - the annotationsRuntimeInvisibleAnnotations attributestatic RuntimeInvisibleAnnotationsAttribute of(Annotation... annotations)
RuntimeInvisibleAnnotations attribute.annotations - the annotationsRuntimeInvisibleAnnotations 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/RuntimeInvisibleAnnotationsAttribute.html