mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
specify inVersion attribute
GitOrigin-RevId: 9632fe14740a33b04434dadd35670857ed615e59
This commit is contained in:
committed by
intellij-monorepo-bot
parent
570955821b
commit
067d42df5c
+5
-2
@@ -40,7 +40,7 @@ public interface FilePropertyPusher<T> {
|
||||
* @deprecated
|
||||
* use {@link FilePropertyPusher#initExtra(Project, MessageBus)} instead
|
||||
*/
|
||||
@ApiStatus.ScheduledForRemoval
|
||||
@ApiStatus.ScheduledForRemoval(inVersion = "2021.3")
|
||||
@Deprecated
|
||||
@SuppressWarnings("unused")
|
||||
default void initExtra(@NotNull Project project, @NotNull MessageBus bus, @NotNull Engine languageLevelUpdater) {
|
||||
@@ -69,8 +69,11 @@ public interface FilePropertyPusher<T> {
|
||||
|
||||
void persistAttribute(@NotNull Project project, @NotNull VirtualFile fileOrDir, @NotNull T value) throws IOException;
|
||||
|
||||
/**
|
||||
* @deprecated not used anymore
|
||||
*/
|
||||
@Deprecated
|
||||
@ApiStatus.ScheduledForRemoval
|
||||
@ApiStatus.ScheduledForRemoval(inVersion = "2021.3")
|
||||
interface Engine {
|
||||
void pushAll();
|
||||
void pushRecursively(@NotNull VirtualFile vile, @NotNull Project project);
|
||||
|
||||
Reference in New Issue
Block a user