Skip to content

Commit

Permalink
add internalapi annotation to ImportFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Apr 11, 2024
1 parent 8bd01da commit c97cf6a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> NODE_NATIVE_DEPENDENCIES = SetUtils.of(
"buffer",
Expand Down

0 comments on commit c97cf6a

Please sign in to comment.