javadoc currently produces an "Overrides" section for each method if that method overrides a method in the class's superclass. It would be nice if it also did so if that method overrode (implemented) a method in one of the class's superinterfaces. Perhaps the section could be called "Implements" instead of "Overrides".