Reputation: 32331
I am using Eclipse IDE
I have a interface in my workspace called as Service .
Please tell me , how can i know the implementation classes for this interface ??
Upvotes: 0
Views: 48
Reputation: 39217
Use "Open Type Hierarchy" or press F4 when your cursor is on the interface.
Upvotes: 1