1.The method of type must override a superclass method 问题: 原因: 实现类里面使用了 @Override 在1.5下要使用@Override 这个annotation 必须保证 被标注方法来源于class 而不是interface 解决方法: 将项目的jdk从1.5改为1.6或者1.7
转载于:https://my.oschina.net/u/242853/blog/207660
1.The method of type must override a superclass method 问题: 原因: 实现类里面使用了 @Override 在1.5下要使用@Override 这个annotation 必须保证 被标注方法来源于class 而不是interface 解决方法: 将项目的jdk从1.5改为1.6或者1.7
转载于:https://my.oschina.net/u/242853/blog/207660