From 972916ac7d33d041b339a059864dc73cfe22b0c2 Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Sat, 5 Feb 2022 11:44:04 +1100 Subject: [PATCH] Create README.md --- .../introduction-to-annotations/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core-java/annotation-processing/introduction-to-annotations/README.md diff --git a/core-java/annotation-processing/introduction-to-annotations/README.md b/core-java/annotation-processing/introduction-to-annotations/README.md new file mode 100644 index 0000000..c398505 --- /dev/null +++ b/core-java/annotation-processing/introduction-to-annotations/README.md @@ -0,0 +1,3 @@ +# Introduction to Annotation Processing + +Blog article: [An Introduction to Annotations and Annotation Processing in Java](https://reflectoring.io/java-annotation-processing)