Interface RuntimeInvisibleAnnotationsAttribute
- All Superinterfaces:
AttributePREVIEW<RuntimeInvisibleAnnotationsAttributePREVIEW>,ClassElementPREVIEW,ClassFileElementPREVIEW,FieldElementPREVIEW,MethodElementPREVIEW
public sealed interface RuntimeInvisibleAnnotationsAttribute
extends AttributePREVIEW<RuntimeInvisibleAnnotationsAttributePREVIEW>, ClassElementPREVIEW, MethodElementPREVIEW, FieldElementPREVIEW
RuntimeInvisibleAnnotationsAttribute is a preview API of the Java platform.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Models the
RuntimeInvisibleAnnotations attribute (JVMS 4.7.17), which
can appear on classes, methods, and fields. Delivered as a
ClassElementPREVIEW, FieldElementPREVIEW, or
MethodElementPREVIEW when traversing the corresponding model type.
The attribute does not permit multiple instances in a given location. Subsequent occurrence of the attribute takes precedence during the attributed element build or transformation.
The attribute was introduced in the Java SE Platform version 5.0.
- Since:
- 22
-
Method Summary
Modifier and TypeMethodDescriptionReturns the non-runtime-visible annotations on this class, field, or method.of(AnnotationPREVIEW... annotations) Returns aRuntimeInvisibleAnnotationsattribute.of(List<AnnotationPREVIEW> annotations) Returns aRuntimeInvisibleAnnotationsattribute.Methods declared in interface java.lang.classfile.AttributePREVIEW
attributeMapper, attributeName
-
Method Details
-
annotations
List<AnnotationPREVIEW> annotations()Returns the non-runtime-visible annotations on this class, field, or method.- Returns:
- the non-runtime-visible annotations on this class, field, or method
-
of
Returns aRuntimeInvisibleAnnotationsattribute.- Parameters:
annotations- the annotations- Returns:
- a
RuntimeInvisibleAnnotationsattribute
-
of
Returns aRuntimeInvisibleAnnotationsattribute.- Parameters:
annotations- the annotations- Returns:
- a
RuntimeInvisibleAnnotationsattribute
-
RuntimeInvisibleAnnotationsAttributewhen preview features are enabled.