You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: