Good article about how to create and process Java annotations from scratch
https://dzone.com/articles/creating-custom-annotations-in-java
https://dzone.com/articles/creating-custom-annotations-in-java
DZone
Creating Annotations in Java
Learn not only how to create annotations in Java, but also how the JVM processes them. Additionally, get some advice for implementing them in your code.