From c97cf6a7fddfe1bfefc6d3fb7e2cb2fbc03d7c23 Mon Sep 17 00:00:00 2001 From: George Fu Date: Thu, 11 Apr 2024 19:09:57 +0000 Subject: [PATCH] add internalapi annotation to ImportFrom --- .../amazon/smithy/typescript/codegen/validation/ImportFrom.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/validation/ImportFrom.java b/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/validation/ImportFrom.java index cb26fb0efbc..d70fe9fec0f 100644 --- a/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/validation/ImportFrom.java +++ b/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/validation/ImportFrom.java @@ -7,10 +7,12 @@ import java.util.Set; import software.amazon.smithy.utils.SetUtils; +import software.amazon.smithy.utils.SmithyInternalApi; /** * Interprets the string portion of an import statement. */ +@SmithyInternalApi public class ImportFrom { public static final Set NODE_NATIVE_DEPENDENCIES = SetUtils.of( "buffer",