mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[Java] IDEA-385246 Refactoring JavaShellCommandUtils: move annotation to the type
GitOrigin-RevId: cbf24ad89d1eb25f7227679408a093a695bfe130
This commit is contained in:
committed by
intellij-monorepo-bot
parent
eeda90d06f
commit
c0eb9d5125
@@ -93,7 +93,7 @@ object JavaShellCommandUtils {
|
||||
|
||||
internal data class UIOptionInfo(
|
||||
val separator: String? = null,
|
||||
@NlsSafe val argumentName: String? = null,
|
||||
val argumentName: @NlsSafe String? = null,
|
||||
val repeatTimes: Int = 1,
|
||||
val isArgumentOptional: Boolean = false,
|
||||
val suggestionsGenerator: ShellRuntimeDataGenerator<List<ShellCompletionSuggestion>>? = null,
|
||||
|
||||
Reference in New Issue
Block a user