mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
BaseExpirableExecutor Remove Internal annotation to help external users.
GitOrigin-RevId: 86dda00fae3d7fefedcf213e67e490c10ca71fbe
This commit is contained in:
committed by
intellij-monorepo-bot
parent
70fa13c02a
commit
8e3508a60d
@@ -2,7 +2,6 @@
|
||||
package com.intellij.openapi.application;
|
||||
|
||||
import com.intellij.openapi.Disposable;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jetbrains.annotations.Contract;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.concurrency.CancellablePromise;
|
||||
@@ -14,7 +13,6 @@ import java.util.concurrent.Callable;
|
||||
* @see ExpirableExecutor
|
||||
* @see AppUIExecutor
|
||||
*/
|
||||
@ApiStatus.Internal
|
||||
public interface BaseExpirableExecutor<E extends BaseExpirableExecutor<E>> {
|
||||
/**
|
||||
* @return an executor that no longer invokes the given runnable after the supplied Disposable is disposed
|
||||
|
||||
Reference in New Issue
Block a user