if for some component the @Role is defined
@Name("comp1")
@Role(value="role1)
and another component references this class by role:
@In
Comp1 role1;
then on the graph the 'role1' appears only as yellow-colored node that navigates to @In annotation. It would be better to show it as component node that navigates to component class.