Features
This Eclipse feature adds two actions to the Compilation Unit editor (the Java editor):
- an Open Implementation action (jumps to the declaration of the implementing
method when activated on a method call on a method on an interface. If invoked on an interface
type itself, it jumps to the implementation class.)
- an Open Interface action (jumps to an interface implemented by the class containing the
selected method where the interface declares the method. If invoked on an class
itself, it jumps to the interface type.)