摘要: 1、注解 是注释和程序进行解析的内容 元注解 常用的内容 public class Test1 { @MyAnnotation1(age=18,id=520) public void test1(String[] args) { } @MyAnnotation2() public void test 阅读全文
posted @ 2021-11-09 22:07 白小纯~ 阅读(170) 评论(0) 推荐(0)