1

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.

4

1 回答 1

3

是否有所有(或几年前的“全部”)Java注释的列表?

我假设您正在谈论 Spring/Spring-Boot 注释。

没有可用的链接,其中包含所有可用的注释。

但是,我有一些链接可以帮助您入门。

在此处输入图像描述

于 2018-04-24T04:34:39.807 回答