摘要: 注解Annotation 可以被其他程序(如编译器)读取 内置注解 @Override @Deprecated @SuppressWarnings public class Test1 { // 重写的注释 @Override public String toString(){ return sup 阅读全文
posted @ 2021-03-25 23:53 _Sylvan 阅读(39) 评论(0) 推荐(0)