Going to an Overridden or Overriding Method
See Also
If a method overrides a parent method, an Overrides annotation is displayed next to its declaration.
If a method is overridden by one or more descendent classes, and Overridden annotation is displayed.
To jump to the declaration of the overridden or overriding parent method:
- Click the annotation to go to the declaration of the specified method.
- For methods that are overridden by multiple methods, the annotation shows all
the overriding methods. Select the one you want.
To go to the implementation of multiple overridden methods:
- Press Ctrl+Alt and click the method.
- Select which overridden methods you want to navigate to.
Legal Notices