diff --git a/core-java-8/README.md b/core-java-8/README.md index 540a5f677f..eca07883e0 100644 --- a/core-java-8/README.md +++ b/core-java-8/README.md @@ -39,3 +39,4 @@ - [Java @Deprecated Annotation](https://www.baeldung.com/java-deprecated) - [Java 8 Predicate Chain](https://www.baeldung.com/java-predicate-chain) - [Method References in Java](https://www.baeldung.com/java-method-references) +- [Creating a Custom Annotation in Java](https://www.baeldung.com/java-custom-annotation)