javaspringspring-bootspring-annotationsjava-annotations

Is there a list of java annotations?


I have been a C++ and Javascript programmer. Now I am working in Java, Java Spring, and Java Springboot.

Whenever I read Java code in a book or an article, I get thrown by an annotation. There seem to be hundreds of them! I have found documentation for particular annotations, but just embedded in the text. It takes a long time to hunt down each annotation.

Is there a list somewhere of all (or "all" as of a couple years ago) Java annotations? I would benefit by a couple of lines explanation beside each annotation.


Solution

  • Is there a list somewhere of all (or "all" as of a couple years ago) Java annotations?

    I am assuming you are talking about Spring/Spring-Boot annotation.

    There is no such link available which has all the available annotations.

    However, I there are some links that would be helpful for you getting started.

    enter image description here