We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35949f3 commit ded64afCopy full SHA for ded64af
http-client-spi/src/main/java/software/amazon/awssdk/http/ConfigurationProvider.java
@@ -16,10 +16,12 @@
16
package software.amazon.awssdk.http;
17
18
import java.util.Optional;
19
+import software.amazon.awssdk.annotations.ReviewBeforeRelease;
20
21
/**
22
* Interface to provide read only access to the configuration of the {@link SdkHttpClient}.
23
*/
24
+@ReviewBeforeRelease("Do we really need this?")
25
public interface ConfigurationProvider {
26
27
0 commit comments