[java] IDEA-365317 deprecate outdated parsers and IElementTypes

GitOrigin-RevId: 034680fefe2a078e5e30fdb8fff7df35149fca61
This commit is contained in:
Mikhail Pyltsin
2025-09-18 12:34:09 +00:00
committed by intellij-monorepo-bot
parent 3b3368abaa
commit de93e0f2b1
26 changed files with 163 additions and 7 deletions
@@ -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),