摘要:
1.简单理解 给数据或者代码加上属性 2.简单使用 定义注解 最常用的方式 @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) public @interface CommonAnnotation { /** * 名字 * @r 阅读全文
摘要:
两种可行的方法 方法1. 设置属性,指定编译的版本 在pom文件的根节点加上 <properties> <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.sour 阅读全文