Module java.base

Interface Interfaces

All Superinterfaces:
ClassElementPREVIEW, ClassFileElementPREVIEW

public sealed interface Interfaces extends ClassElementPREVIEW
Interfaces is a preview API of the Java platform.
Programs can only use Interfaces when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Models the interfaces of a class. Delivered as a ClassElementPREVIEW when traversing a ClassModelPREVIEW.
Since:
22