I have an interface like:
public interface MyEntity {
which is implemented by most classes in my object model. Now I know how to show the implementation of an interface in a class diagram.
The problem is that this particular interface is implemented by most classes, which is why the cluster diagram is cluttered. Is there an alternative way to show interface implementation?
source share