[platform] DumbAware: Javadoc

GitOrigin-RevId: 517a73527b7c7272773597ad52512bdc03c14e68
This commit is contained in:
Yann Cébron
2024-10-10 09:45:14 +02:00
committed by intellij-monorepo-bot
parent 7446b14a3e
commit f9dd4f44b0

View File

@@ -21,6 +21,7 @@ package com.intellij.openapi.project;
* @see DumbService
* @see DumbAwareRunnable
* @see PossiblyDumbAware
* @see <a href="https://plugins.jetbrains.com/docs/intellij/indexing-and-psi-stubs.html#DumbAwareAPI">DumbAware API (IntelliJ Platform Docs)</a>
*/
public interface DumbAware {
}