From 9893db92017559c5e2205fd9d56ec126f5e30ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 6 Aug 2019 13:11:30 +0200 Subject: [PATCH] [spellchecker] @NoSpellchecking: javadoc GitOrigin-RevId: a99cccb09d1d5f652c6062226bded2fc70b6cf0e --- .../src/com/intellij/spellchecker/xml/NoSpellchecking.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spellchecker/src/com/intellij/spellchecker/xml/NoSpellchecking.java b/spellchecker/src/com/intellij/spellchecker/xml/NoSpellchecking.java index b37429871c96..20805cd12dd6 100644 --- a/spellchecker/src/com/intellij/spellchecker/xml/NoSpellchecking.java +++ b/spellchecker/src/com/intellij/spellchecker/xml/NoSpellchecking.java @@ -19,6 +19,8 @@ import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /** + * Allows suppression of spellchecking for annotated {@link com.intellij.util.xml.DomElement DomElement}. + * * @author Sergey Evdokimov */ @Retention(RetentionPolicy.RUNTIME)