Module java.base

Interface AnnotationConstantValueEntry

All Superinterfaces:
ClassFileElementPREVIEW, PoolEntryPREVIEW, WritableElementPREVIEW<PoolEntryPREVIEW>
All Known Subinterfaces:
DoubleEntryPREVIEW, FloatEntryPREVIEW, IntegerEntryPREVIEW, LongEntryPREVIEW, Utf8EntryPREVIEW

public sealed interface AnnotationConstantValueEntry extends PoolEntryPREVIEW permits DoubleEntryPREVIEW, FloatEntryPREVIEW, IntegerEntryPREVIEW, LongEntryPREVIEW, Utf8EntryPREVIEW
AnnotationConstantValueEntry is a preview API of the Java platform.
Programs can only use AnnotationConstantValueEntry when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
A constant pool entry that may be used as an annotation constant, which includes the four kinds of primitive constants, and UTF8 constants.
Sealed Class Hierarchy Graph:
Sealed class hierarchy graph for AnnotationConstantValueEntrySealed class hierarchy graph for AnnotationConstantValueEntry
Since:
22