Skip to content

Commit a64234e

Browse files
authored
[api changes] update api_changes_list_2025.md to mention breaking change of @Storage annotation (#1608)
1 parent edcd8d9 commit a64234e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

reference_guide/api_changes_list_2025.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ This shouldn't affect binary compatibility, but an explicit dependency should be
8484
* `intellij.platform.vcs.log`
8585
* `intellij.platform.vcs.log.graph`
8686

87+
The annotation `com.intellij.openapi.components.Storage` cannot be used at top-level
88+
: Actually, it has never been correct.
89+
The annotation can be used only in [`@State.storages`](%gh-ic%/platform/projectModel-api/src/com/intellij/openapi/components/State.java).
90+
See [IJPL-207245](https://youtrack.jetbrains.com/issue/IJPL-207245) for details.
91+
8792
## 2025.2
8893

8994
### IntelliJ Platform 2025.2

0 commit comments

Comments
 (0)