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)