mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[terminal] Mark ShellCommandExecutor Internal
We are not sure if we want to make it publicly available, so it is Internal for now GitOrigin-RevId: d6a4c423356e9ba25e89344a12586a8ab4daffd7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a45bba728f
commit
72ed8ed2ca
@@ -3,7 +3,7 @@ package com.intellij.terminal.completion.spec
|
||||
import org.intellij.lang.annotations.Language
|
||||
import org.jetbrains.annotations.ApiStatus
|
||||
|
||||
@ApiStatus.Experimental
|
||||
@ApiStatus.Internal
|
||||
@ApiStatus.NonExtendable
|
||||
fun interface ShellCommandExecutor {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user