Interface implementations not shown
gossi opened this issue · 0 comments
gossi commented
Interfaces are recognized during the doc generation and shown in the navigation, which is fine. They are not connected from the classes that implement them and vice versa. So:
class A implements MyInterface
In Javadoc this connection is shown on the class page. Saying this class implements these interfaces.
On the other side, Javadoc displays "All known implementing Classes" on each Interface.