Question

Getting started with a new project that is heavily reliant on Spring. There are lots of services that are autowired and I loathe the repetitive task of using the "Open Declaration" command on an Interface service and having to navigate to the implementing class to find the method. Is there an easier way to do this?

On a side note- every single one of these multitudinous service interfaces have one implementing service and I've never understood the reasoning or benefit behind this architecture model

Was it helpful?

Solution

Click on the type or method declaration (e.g. the name) and hit CTRL-T for the hierarchy. It works backwards as well (CTRL-T twice) to find super classes.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top