Article
in Archives
Compiler level fail – @Override annotation
I was cursing Maven a short while ago after getting the following compilation error : /Users/dtaylor/src/…/macro/browser/beans/MacroSummary.java:[62,5] method does not override a method from its superclass It compiled in IntelliJ IDEA, so what changed? It turns out that the compile error was for an @Override annotation against the implementation of an interface method. Per the Java […]
Join over 150,000 working professionals
Get the latest research and insights on AI, teamwork, and more.
