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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top