摘要: 注解的本质 在 java.lang.annotation.Annotation 接口中有这样的描述: The common interface extended by all annotation interfaces. 大致意思就是所有的注解接口都继承自该 Annotaion 接口 假设现在我们编 阅读全文
posted @ 2022-02-14 10:35 FatalFlower 阅读(812) 评论(0) 推荐(0) 编辑