From 7d0a14d3d3be4a1b4622d7d043a3a56866d72924 Mon Sep 17 00:00:00 2001 From: Martin van Wingerden Date: Mon, 27 Jan 2020 09:28:27 +0100 Subject: [PATCH] Add missing README.md Added code/configuration for the article about Text Blocks --- core-java-modules/core-java-14/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 core-java-modules/core-java-14/README.md diff --git a/core-java-modules/core-java-14/README.md b/core-java-modules/core-java-14/README.md new file mode 100644 index 0000000000..0648d087be --- /dev/null +++ b/core-java-modules/core-java-14/README.md @@ -0,0 +1,7 @@ +## Core Java 14 + +This module contains articles about Java 14. + +### Relevant articles + +- [Guide to the @Serial Annotation in Java 14](https://www.baeldung.com/java-14-serial-annotation)