JvmTarget
## JVM Target
Describes supported JVM target version levels.
Content copied to clipboard
elide.meta.JvmSettings.JvmTarget
Properties
Link copied to clipboard
Targeting for JDK 10.
Content copied to clipboard
JDK_10 = 3;
Link copied to clipboard
Targeting for JDK 11.
Content copied to clipboard
JDK_11 = 4;
Link copied to clipboard
Targeting for JDK 17.
Content copied to clipboard
JDK_17 = 5;
Link copied to clipboard
Targeting for JDK 21.
Content copied to clipboard
JDK_21 = 6;
Link copied to clipboard
Targeting for JDK 8.
Content copied to clipboard
JDK_8 = 1;
Link copied to clipboard
Targeting for JDK 9.
Content copied to clipboard
JDK_9 = 2;
Link copied to clipboard
Use the default or system-provided target.
Content copied to clipboard
JVM_TARGET_DEFAULT = 0;
Link copied to clipboard
Targeting for latest possible JDK (edge).
Content copied to clipboard
LATEST = 99;
Link copied to clipboard
Targeting for latest stable JDK (LTS).
Content copied to clipboard
STABLE = 98;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.