一张图看懂Java注解(Annotation)

一张图看懂Java注解(Annotation)

敬语
为常年奋斗、努力工作在一线,并为Java发展做出突出贡献的的大佬们致敬,此处深思几分钟…
科普
Annotation:In the Java computer programming language, an annotation is a form of syntactic metadata that can be added to Java source code.[1]
Classes, methods, variables, parameters and packages may be annotated. Like Javadoc tags, Java annotations can be read from source files. Unlike Javadoc tags, Java annotations can also be embedded in and read from class files generated by the compiler. This allows annotations to be retained by Java VM at run-time and read via reflection.[2]
It is possible to create meta-annotations out of the existing ones in Java.[3]
更多信息,请自行wiki脑补哦,
https://en.wikipedia.org/wiki/Java_annotation

正题

Java Annotation 注解图谱;

一张图看懂Java注解(Annotation)

Java Annotation 注解图谱,看不清,大图;

一张图看懂Java注解(Annotation)

喜欢我们的小伙伴可以扫描屏幕下方的微信(左侧)、微博(右侧)二维码,欢迎多挑毛病、多多关注。

一张图看懂Java注解(Annotation)