Module java.base

Interface BootstrapMethodEntry

All Superinterfaces:
ClassFileElementPREVIEW, WritableElementPREVIEW<BootstrapMethodEntryPREVIEW>

public sealed interface BootstrapMethodEntry extends WritableElementPREVIEW<BootstrapMethodEntryPREVIEW>
BootstrapMethodEntry is a preview API of the Java platform.
Programs can only use BootstrapMethodEntry 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 entry in the bootstrap method table. The bootstrap method table is stored in the BootstrapMethods attribute, but is modeled by the ConstantPoolPREVIEW, since the bootstrap method table is logically part of the constant pool.
Since:
22