Interface AnnotationElement


public sealed interface AnnotationElement
AnnotationElement is a preview API of the Java platform.
Programs can only use AnnotationElement when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Models an element-value pair in the element_value_pairs table in the annotation structure defined in JVMS 4.7.16 or the type_annotation structure defined in JVMS 4.7.20.

Two AnnotationElement objects should be compared using the equals method.

Since:
22
See Also: