IntelliJ IDEA
 
Get IntelliJ IDEA

Beans tool window

Last modified: 08 October 2024

The Beans tool window provides a view of Spring, Micronaut, and Java Contexts and Dependency Injection (CDI) beans detected in your project.

If only one of these technologies is used in your project, the tool window will have the corresponding name: Spring, Micronaut, or CDI. If multiple frameworks are used, the tool window will have the Beans name with the option to filter beans by framework.

Beans tool window

IntelliJ IDEA provides extensive support for Spring beans. When you select a Spring bean in this tool window, you can view graphs of bean dependencies, controller mappings, and JPA queries. For more information, refer to Spring tool window.