摘要:
一、自定义 Annotation 1、规则自定义 (1)定义新的 Annotation 类型使用 @interface 关键字; (2)自定义注解自动继承了 java.lang.annotation.Annotation 接口; (3)Annotation 的成员变量在 Annotation 定义中 阅读全文
posted @ 2021-04-06 22:40
格物致知_Tony
阅读(2148)
评论(0)
推荐(0)