mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[java] IDEA-345355 Refactor HighlightingFeature (in progress)
JavaFeature moved to java-frontback-psi-api module GitOrigin-RevId: a064eb2f97aacd652ad3bffb2b3469dd2de7ace5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
340c4d40ba
commit
fae67d3124
@@ -2,7 +2,6 @@
|
||||
package com.intellij.pom.java;
|
||||
|
||||
import com.intellij.core.JavaPsiBundle;
|
||||
import com.intellij.psi.PsiElement;
|
||||
import org.jetbrains.annotations.*;
|
||||
|
||||
/**
|
||||
@@ -158,7 +157,7 @@ public enum JavaFeature {
|
||||
/**
|
||||
* @return minimal language level where feature is available.
|
||||
* Note that this doesn't mean that the feature is available on every language level which is higher.
|
||||
* In most of the cases, {@link #isAvailable(PsiElement)} or {@link #isSufficient(LanguageLevel)} should be used instead.
|
||||
* In most of the cases, {@code PsiUtil.isAvailable(PsiElement)} or {@link #isSufficient(LanguageLevel)} should be used instead.
|
||||
*/
|
||||
public @NotNull LanguageLevel getMinimumLevel() {
|
||||
return myLevel;
|
||||
Reference in New Issue
Block a user