美文网首页Java
Java 8 一张图看懂注解(Annotation)

Java 8 一张图看懂注解(Annotation)

作者: datazhen | 来源:发表于2017-10-08 12:43 被阅读35次
Java Ecosystem - Annotaion

敬语
为常年奋斗、努力工作在一线,并为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 注解图谱;

Annotation

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


Annotation 大图

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

关注我们

相关文章

网友评论

    本文标题:Java 8 一张图看懂注解(Annotation)

    本文链接:https://www.haomeiwen.com/subject/suueyxtx.html