Module java.base

Interface Signature.RefTypeSig

All Superinterfaces:
SignaturePREVIEW
All Known Subinterfaces:
Signature.ArrayTypeSigPREVIEW, Signature.ClassTypeSigPREVIEW, Signature.TypeVarSigPREVIEW
Enclosing interface:
SignaturePREVIEW

public static sealed interface Signature.RefTypeSig extends SignaturePREVIEW permits Signature.ArrayTypeSigPREVIEW, Signature.ClassTypeSigPREVIEW, Signature.TypeVarSigPREVIEW
RefTypeSig is a preview API of the Java platform.
Programs can only use RefTypeSig 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 signature of a reference type, which may be a class, interface, type variable, or array type.
Sealed Class Hierarchy Graph:
Sealed class hierarchy graph for RefTypeSigSealed class hierarchy graph for RefTypeSig
Since:
22