IntelliJ Platform Plugin SDK Help

Spring API Extension Point and Listener List

67 Extension Points and 6 Listeners

Legend

Listeners

Topic searches for usages inside existing implementations of open-source IntelliJ Platform plugins via IntelliJ Platform Explorer.

Listener links corresponding listener to implement.

See Listeners on how to register listeners.

Extension Points

Extension Point searches for usages inside existing implementations of open-source IntelliJ Platform plugins via IntelliJ Platform Explorer.

Implementation is the related Extension Point class.

See Extensions on how to declare extensions in your plugin.

Tags

See Verifying Plugin Compatibility for overview of API status.

Tag

Description

Details

Deprecated

Deprecated API

See code documentation for replacement.

Removal

Scheduled for Removal API

Annotated with @ApiStatus.ScheduledForRemoval.

See code documentation for replacement.

Obsolete

Obsolete API

Annotated with @ApiStatus.Obsolete.

Do not use in new code, see code documentation for replacement.

Experimental API

Experimental API

Annotated with @ApiStatus.Experimental.

API might be altered or removed without prior notice.

Internal API

Internal API

Annotated with @ApiStatus.Internal.

Must not be used by third party plugins, see Internal API Migration.

Project-Level

Project-Level

Extension Point/Topic

Can have Project as constructor parameter.

- Extension Point: declared with area="IDEA_PROJECT"

- Listener: registered in <projectListeners>

DumbAware

DumbAware

Extension Point

Implementations marked with DumbAware will be processed during dumb mode.

Non-Dynamic

Non-Dynamic

Extension Point

Installation/update of plugin requires restarting the IDE, see Dynamic Plugins.

Spring

Spring – Listeners

intellij.spring.core.analysis.services.xml

intellij.spring.core.xml

intellij.spring.el.xml

intellij.spring.graph.xml

Spring Boot Plugin

Spring Boot Plugin – Listeners

intellij.spring.boot.core.xml

intellij.spring.boot.mvc.xml

intellij.spring.boot.run.shared.xml

intellij.spring.boot.run.xml

Spring Data Plugin

Spring Data Plugin – Listeners

Spring Debugger Plugin

Spring Debugger Plugin – Listeners

com.intellij.spring.debugger

Spring GraphQL Plugin

com.intellij.spring.graphql

Spring Messaging Plugin

com.intellij.spring.messaging

Spring Security Plugin

com.intellij.spring.security

Spring Web Plugin

Spring Web Plugin – Listeners

com.intellij.spring.mvc

02 January 2026