We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd3fc1 commit d486d36Copy full SHA for d486d36
src/test/java/pl/mperor/lab/java/Java20.java
@@ -0,0 +1,15 @@
1
+package pl.mperor.lab.java;
2
+
3
+/// Java 20™ (March 2023)
4
+/// [JDK 20](https://openjdk.org/projects/jdk/20)
5
+///
6
+/// - PREVIEW & INCUBATOR:
7
+/// - 429: Scoped Values (Incubator)
8
+/// - 432: Record Patterns (Second Preview)
9
+/// - 433: Pattern Matching for switch (Fourth Preview)
10
+/// - 434: Foreign Function & Memory API (Second Preview)
11
+/// - 436: Virtual Threads (Second Preview)
12
+/// - 437: Structured Concurrency (Second Incubator)
13
+/// - 438: Vector API (Fifth Incubator)
14
+public class Java20 {
15
+}
0 commit comments