public enum RecordTypeMode extends Enum
Intended mode to use for records when using the @RecordType
annotation (or record
keyword).
Produce native records when compiling for a suitable target bytecode (JDK16+).
Produce a record-like class.
Produce a Java-like "native" record (JEP 359/384/395).
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.