diff --git a/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptCodegenPlugin.java b/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptCodegenPlugin.java index f1c6e937ea3..3119d7430b0 100644 --- a/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptCodegenPlugin.java +++ b/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptCodegenPlugin.java @@ -19,6 +19,7 @@ /** * Plugin to trigger TypeScript code generation. + * @deprecated Use {@link TypeScriptClientCodegenPlugin} instead. */ @SmithyInternalApi @Deprecated diff --git a/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptSSDKCodegenPlugin.java b/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptSSDKCodegenPlugin.java index b4e1107f90e..5bbb54436ed 100644 --- a/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptSSDKCodegenPlugin.java +++ b/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptSSDKCodegenPlugin.java @@ -9,6 +9,7 @@ /** * Plugin to trigger TypeScript SSDK code generation. + * @deprecated Use {@link TypeScriptServerCodegenPlugin} instead. */ @SmithyInternalApi @Deprecated