[spellchecker] RuntimeDictionaryProvider: javadoc

GitOrigin-RevId: 00d0c6e1948b265a81b11aab68c23dfe92642739
This commit is contained in:
Yann Cébron
2023-02-28 12:19:04 +01:00
committed by intellij-monorepo-bot
parent 49edad2e6f
commit bbfa1c8fcf

View File

@@ -1,14 +1,14 @@
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.spellchecker.dictionary;
import com.intellij.openapi.extensions.ExtensionPointName;
/**
* Extension point to provide a spellchecker with additional non file-based dictionaries.
* Extension point to provide a spellchecker with additional non-file-based dictionaries.
* <p>
* Unlike {@link CustomDictionaryProvider} and {@link com.intellij.spellchecker.BundledDictionaryProvider}
* that require {@link Dictionary} to have a file representation {@link RuntimeDictionaryProvider} supports
* non file-based dictionaries.
* non-file-based dictionaries.
* <p>
* It means that dictionary may be even generated at a runtime, or downloaded from remote server.
* <p>