Skip to content

Commit d486d36

Browse files
committed
Add Java 20 class with new format ... (#20)
- samples for standard features - class with markdown javadoc with JEPs
1 parent 8cd3fc1 commit d486d36

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)