diff --git a/topics/basics/persisting_state_of_components.md b/topics/basics/persisting_state_of_components.md index 658135809..027597d66 100644 --- a/topics/basics/persisting_state_of_components.md +++ b/topics/basics/persisting_state_of_components.md @@ -140,6 +140,8 @@ The simplest ways of specifying the `@Storage` annotation are as follows: The state is persisted in a separate file by specifying a different setting for the `value` parameter, which was the `file` parameter before 2016.x. +See [`StoragePathMacros`](upsource:///platform/projectModel-api/src/com/intellij/openapi/components/StoragePathMacros.java) for commonly used values. + > For application-level storage, it is strongly recommended to use a custom file, using of other.xml is deprecated. > {type="note"}