[Java] IDEA-385246 Refactoring JavaShellCommandUtils: move annotation to the type

GitOrigin-RevId: cbf24ad89d1eb25f7227679408a093a695bfe130
This commit is contained in:
Georgii Ustinov
2026-02-02 15:54:56 +00:00
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,