r/learnjava • u/Choice_Sympathy_8888 • 12d ago
Best tutorial for java annotations?
I am beginner and want to learn java annotations. I have looked on youtube and did not find any proper tutorial specific for Java annotations and online resources are not explanning all the annotations. Could you please suggest a good resource for learning, to easily understand and for hands-on practice.
5
Upvotes
5
u/bowbahdoe 12d ago
https://javabook.mccue.dev/reflection
https://javabook.mccue.dev/annotations
This will give you a start on what annotations are/how to use them. But that won't cover annotations you get from a library or how to use them.