mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
[java] IDEA-365317 deprecate outdated parsers and IElementTypes
GitOrigin-RevId: 034680fefe2a078e5e30fdb8fff7df35149fca61
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3b3368abaa
commit
de93e0f2b1
@@ -4,8 +4,13 @@ package com.intellij;
|
||||
import com.intellij.lang.xml.XmlTokenElementMarkTypes;
|
||||
import com.intellij.psi.tree.ParentAwareTokenSet;
|
||||
import com.intellij.psi.tree.TokenSet;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
|
||||
|
||||
/**
|
||||
* @deprecated Use the direct comparison.
|
||||
*/
|
||||
@Deprecated
|
||||
@ApiStatus.ScheduledForRemoval
|
||||
public interface BaseJavaJspElementType {
|
||||
ParentAwareTokenSet WHITE_SPACE_BIT_SET = ParentAwareTokenSet.orSet(
|
||||
ParentAwareTokenSet.create(TokenSet.WHITE_SPACE),
|
||||
|
||||
Reference in New Issue
Block a user