You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+
* SPDX-License-Identifier: Apache-2.0
4
+
*/
5
+
6
+
packagesoftware.amazon.smithy.java.mcp.cli;
7
+
8
+
importjava.util.Map;
9
+
10
+
/**
11
+
* This class gives a hook to add system properties as the first step in main.
12
+
* Implementations should ensure they don't trigger any classloading in the implementations to avoid race between adding a system property and using it.
0 commit comments