使用Eclipse 进行项目开发,在实现类中的方法前面如果添加@Override就提示“Multiple markers at this line”的错误,问题描述如下
Multiple markers at this line
- The method getStudentByID(String) of type StudentBeanImpl must override a superclass method
- implements mgr.jc.student.service.IStudentBean.getStudentByID
Multiple markers at this line @Override的解决方法,布布扣,bubuko.com
Multiple markers at this line @Override的解决方法
原文地址:http://blog.csdn.net/mazhaojuan/article/details/28931375