p { margin-bottom: 0.21cm; }a:link { color: rgb(0, 0, 255); }
Annotation
类名 名词+ 动词 比如说 注解的测试 AnnotaionTest
方法 动词 或 动词加名词
Deprecated 过时 作废
SuppressWarnings 取消指定编译器的编译警告
@SuppressWarnings ( "deprecation" ) 提示方法已过时
Override 覆盖父类的某个方法
Deprecated 注释已过时的方法 注释后能使用 但使用时会提示已过时