Login
From:
Reflectoring - Where the HOW meets the WHY
(Uncensored)
subscribe
An Introduction to Annotations and Annotation Processing in Java
https://reflectoring.io/java-annotation-processing/
links
backlinks
Roast topics
Find topics
Find it!
An annotation is a construct associated with Java source code elements such as classes, methods, and variables. Annotations provide information to a program at compile time or at runtime based on which the program can take further action.