mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +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
+6
@@ -5,6 +5,12 @@ import com.intellij.psi.impl.source.AbstractBasicJavaDocElementTypeFactory;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
/**
|
||||
* @deprecated This class is planned to be removed.
|
||||
* Use {@link JavaDocElementType} directly.
|
||||
*/
|
||||
@Deprecated
|
||||
@ApiStatus.ScheduledForRemoval
|
||||
@ApiStatus.Experimental
|
||||
public class JavaDocElementTypeFactory extends AbstractBasicJavaDocElementTypeFactory {
|
||||
private JavaDocElementTypeFactory() {
|
||||
|
||||
@@ -5,6 +5,13 @@ import com.intellij.psi.impl.source.AbstractBasicJavaElementTypeFactory;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
/**
|
||||
* @deprecated This class is planned to be removed.
|
||||
* Use {@link com.intellij.psi.impl.java.stubs.JavaStubElementTypes} and
|
||||
* {@link com.intellij.psi.impl.source.tree.JavaElementType} directly.
|
||||
*/
|
||||
@Deprecated
|
||||
@ApiStatus.ScheduledForRemoval
|
||||
@ApiStatus.Experimental
|
||||
public class JavaElementTypeFactory extends AbstractBasicJavaElementTypeFactory {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user