Module java.base

Enum Class TypeKind

java.lang.Object
java.lang.Enum<TypeKindPREVIEW>
java.lang.classfile.TypeKind
All Implemented Interfaces:
Serializable, Comparable<TypeKindPREVIEW>, Constable

public enum TypeKind extends Enum<TypeKindPREVIEW>
TypeKind is a preview API of the Java platform.
Programs can only use TypeKind when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Describes the types that can be part of a field or method descriptor.
Since:
22