-
Feature Request
-
Resolution: Done
-
Major
-
None
-
Documentation (Ref Guide, User Guide, etc.)
It's very useful when we have an Interface as a component type. (because click on the Interface doesn't open the correspondent Seam component)
E.g.
@In
private MySeamComponent mySeamComponent;
When click in mySeamComponent the JBDS/Tools could open the correspondent Seam component (a class annotated with @Name("mySeamComponent") or @Role/@Roles "mySeamComponent")