mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
doc comment for JavaTokenType
GitOrigin-RevId: fdd552b12e4b3d18793a290406fd7adfa0028edc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3189c3d3d8
commit
fe95759ac4
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.psi;
|
||||
|
||||
import com.intellij.psi.tree.IElementType;
|
||||
@@ -6,6 +6,9 @@ import com.intellij.psi.tree.TokenSet;
|
||||
import com.intellij.psi.tree.java.IJavaElementType;
|
||||
import com.intellij.psi.tree.java.IKeywordElementType;
|
||||
|
||||
/**
|
||||
* @see com.intellij.java.syntax.element.JavaSyntaxTokenType
|
||||
*/
|
||||
@SuppressWarnings("SpellCheckingInspection")
|
||||
public interface JavaTokenType extends TokenType {
|
||||
IElementType IDENTIFIER = new IJavaElementType("IDENTIFIER");
|
||||
|
||||
Reference in New Issue
Block a user