Skip to content

Commit c97cf6a

Browse files
committed
add internalapi annotation to ImportFrom
1 parent 8bd01da commit c97cf6a

File tree

1 file changed

+2
-0
lines changed
  • smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/validation

1 file changed

+2
-0
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/validation/ImportFrom.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77

88
import java.util.Set;
99
import software.amazon.smithy.utils.SetUtils;
10+
import software.amazon.smithy.utils.SmithyInternalApi;
1011

1112
/**
1213
* Interprets the string portion of an import statement.
1314
*/
15+
@SmithyInternalApi
1416
public class ImportFrom {
1517
public static final Set<String> NODE_NATIVE_DEPENDENCIES = SetUtils.of(
1618
"buffer",

0 commit comments

Comments
 (0)