Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过以下方式使用:
@Override public User getModel() { return user; }
我收到 Eclipse 生成的以下错误消息:
此行有多个标记
这意味着该行存在多个问题。其中之一是@Override如果超类中不存在具有相同签名的方法,则无法使用。
@Override