mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[java] IDEA-365317 deprecate for removal JAVA_TOKEN_TYPE_SET
GitOrigin-RevId: 05745475062eb96d69b8981f5461563fc9206c8e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
718cd73e67
commit
a2f151478a
@@ -5,6 +5,7 @@ import com.intellij.psi.tree.IElementType;
|
||||
import com.intellij.psi.tree.TokenSet;
|
||||
import com.intellij.psi.tree.java.IJavaElementType;
|
||||
import com.intellij.psi.tree.java.IKeywordElementType;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
|
||||
/**
|
||||
* @see com.intellij.java.syntax.element.JavaSyntaxTokenType
|
||||
@@ -160,6 +161,11 @@ public interface JavaTokenType extends TokenType {
|
||||
IElementType PERMITS_KEYWORD = new IJavaElementType("PERMITS");
|
||||
IElementType WHEN_KEYWORD = new IJavaElementType("WHEN_KEYWORD");
|
||||
|
||||
/**
|
||||
* @deprecated use {@link com.intellij.java.syntax.element.JavaSyntaxTokenType#JAVA_TOKEN_TYPE_SET}
|
||||
*/
|
||||
@Deprecated
|
||||
@ApiStatus.ScheduledForRemoval
|
||||
TokenSet JAVA_TOKEN_TYPE_SET = TokenSet.create(IDENTIFIER,
|
||||
C_STYLE_COMMENT,
|
||||
END_OF_LINE_COMMENT,
|
||||
|
||||
Reference in New Issue
Block a user