2020年4月26日
摘要: 反射和注解 代码:https://gitee.com/longzhiquan/reflection 注解 Annotation 1. 内置注解 @Override: 重写超类中的另一个方法 @Deprecated: 不鼓励程序员用的方法 @SuppressWarnings: 抑制编译时的警告信息 @ 阅读全文
posted @ 2020-04-26 13:09 longzhi 阅读(231) 评论(0) 推荐(0)